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.1.0.0 (5.1.0)
Syntax protected virtual void OnAuditDirectDeleteOfEntities(
IPredicate filter,
IRelationCollection relations,
int numberOfEntitiesDeleted
)
Protected Overridable Sub OnAuditDirectDeleteOfEntities (
filter As IPredicate,
relations As IRelationCollection,
numberOfEntitiesDeleted As Integer
)
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