Click or drag to resize
ExpressionElementType Enumeration
Enum for defining the type of the expression element in an expression object

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 ExpressionElementType
Members
  Member nameValueDescription
Value0 The element contains a value
Field1 The element contains a field
Expression2 The element contains an expression
FunctionCall3 The element contains a function call.
ScalarQuery4 The element contains a Scalar query
Predicate5 The element contains a Predicate.
See Also