UnitOfWorkAddDeleteMultiCall Method |
Name | Description | |
---|---|---|
AddDeleteMultiCall(IEntityCollection, IPredicate) |
Adds a call to collection.DeleteMulti(filter) to delete entities directly from 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
deleted but before the PostEntityDelete callbacks.
| |
AddDeleteMultiCall(IEntityCollection, IPredicate, IRelationCollection) |
Adds a call to collection.DeleteMulti(filter, relations) to delete entities directly from 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
deleted but before the PostEntityDelete callbacks.
|