Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public interface IConcurrencyPredicateFactory

The IConcurrencyPredicateFactory type exposes the following members.

Methods
  NameDescription
Public methodCreatePredicate
Creates the requested predicate of the type specified
Top
See Also