IAuditor.AuditDirectUpdateOfEntities 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)
Syntaxvoid 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.ORMSupportClasses.IEntityCore
The entity with the changed values which is used to produce the update query. - 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