IConcurrencyPredicateFactory Interface | 
 
            Interface for ConcurrencyPredicateFactory objects which can be provided by the developer to produce at runtime predicate objects which will
            be added to the update query or delete query. The predicate is returned by the IEntity2 method GetConcurrencyPredicate. Especially useful
            in recursive saves.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic interface IConcurrencyPredicateFactory
Public Interface IConcurrencyPredicateFactory
The IConcurrencyPredicateFactory type exposes the following members.
Methods
See Also