Click or drag to resize

EntityCore<TFields>.OnAuditDirectUpdateOfEntities Method

Audits the succesful direct update of entities in the database.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual void OnAuditDirectUpdateOfEntities(
	IPredicate filter,
	IRelationCollection relations,
	int numberOfEntitiesUpdated
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
The filter to filter out the entities to update. Can be null and can be an IPredicateExpression.
relations
Type: SD.LLBLGen.Pro.ORMSupportClasses.IRelationCollection
The relations to use with the filter. Can be null.
numberOfEntitiesUpdated
Type: System.Int32
The number of entities updated.
See Also