| UnitOfWorkAddDeleteMultiCall Method (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.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
See Also