UnitOfWorkAddUpdateMultiCall Method |
Name | Description | |
---|---|---|
AddUpdateMultiCall(IEntityCollection, IEntity, IPredicate) |
Adds a call to collection.UpdateMulti(Entity, filter) to update entities directly in the database using the passed in
criteria. The call will be executed inside the transaction used in Commit and will be executed after the last entity has been
updated but before the PreEntityUpdate callbacks.
| |
AddUpdateMultiCall(IEntityCollection, IEntity, IPredicate, IRelationCollection) |
Adds a call to collection.UpdateMulti(Entity, filter, relations) to update entities directly in the database using the passed in
criteria. The call will be executed inside the transaction used in Commit and will be executed after the last entity has been
updated but before the PreEntityUpdate callbacks.
|