Click or drag to resize
ConcurrencyPredicateType Enumeration
Enum to specify to the IConcurrencyPredicateFactory what kind of predicate to produce

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 enum ConcurrencyPredicateType
Members
  Member nameValueDescription
Save0 The predicate type requested is for a Save action
Delete1 The predicate type requested is for a Delete action
See Also