The FdoExpressionType enumeration defines the expression types available. This enumeration is used in the capabilities metadata.

()

Enumerator:
FdoExpressionType_Basic  Basic arithmetic expressions e.g.: +, -, *, /, negate, and string concatenation.
FdoExpressionType_Function  Function evaluations.
FdoExpressionType_Parameter  Parameter substitutions.

Definition at line 30 of file ExpressionType.h.