UnitOfWorkAddUpdateMultiCall Method (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 PostEntityUpdate callbacks.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
See Also