Click or drag to resize
EntityCoreTFieldsOnAuditDirectDeleteOfEntities Method
Audits the successful direct delete of entities in the database

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void OnAuditDirectDeleteOfEntities(
	IPredicate filter,
	IRelationCollection relations,
	int numberOfEntitiesDeleted
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to filter out the entities to delete. Can be null and can be an IPredicateExpression.
relations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations to use with the filter. Can be null.
numberOfEntitiesDeleted
Type: SystemInt32
The number of entities deleted.
See Also