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