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.5.0.0 (5.5.18.1019)
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