IAuditorAuditDirectUpdateOfEntities 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.4.0.0 (5.4.0)
Syntax void AuditDirectUpdateOfEntities(
IEntityCore entity,
IPredicate filter,
IRelationCollection relations,
int numberOfEntitiesUpdated
)
Sub AuditDirectUpdateOfEntities (
entity As IEntityCore,
filter As IPredicate,
relations As IRelationCollection,
numberOfEntitiesUpdated As Integer
)
Parameters
- entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity with the changed values which is used to produce the update query. - filter
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to filter out the entities to update. Can be null and can be an IPredicateExpression. - relations
- Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations to use with the filter. Can be null. - numberOfEntitiesUpdated
- Type: SystemInt32
The number of entities updated.
See Also