Click or drag to resize
IAuditorAuditDirectDeleteOfEntities 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
void AuditDirectDeleteOfEntities(
	Type typeOfEntity,
	IPredicate filter,
	IRelationCollection relations,
	int numberOfEntitiesDeleted
)

Parameters

typeOfEntity
Type: SystemType
The type of entity of which entities were deleted.
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