Click or drag to resize
PredicateExpressionElementType Enumeration
Enum definition for the type of a PredicateExpressionElement

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 PredicateExpressionElementType
Members
  Member nameValueDescription
Operator0 Element contains an Operator
Predicate1 Element contains an IPredicate implementing object.
Empty2 The element is empty.
See Also