EdmExpressionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines EDM expression kinds.
public enum EdmExpressionKind
type EdmExpressionKind =
Public Enum EdmExpressionKind
- Inheritance
-
EdmExpressionKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents an expression with unknown or error kind. |
BinaryConstant | 1 | Represents an expression implementing IEdmBinaryConstantExpression. |
BooleanConstant | 2 | Represents an expression implementing IEdmBooleanConstantExpression. |
DateTimeOffsetConstant | 3 | Represents an expression implementing IEdmDateTimeOffsetConstantExpression. |
DecimalConstant | 4 | Represents an expression implementing IEdmDecimalConstantExpression. |
FloatingConstant | 5 | Represents an expression implementing IEdmFloatingConstantExpression. |
GuidConstant | 6 | Represents an expression implementing IEdmGuidConstantExpression. |
IntegerConstant | 7 | Represents an expression implementing IEdmIntegerConstantExpression. |
StringConstant | 8 | Represents an expression implementing IEdmStringConstantExpression. |
DurationConstant | 9 | Represents an expression implementing IEdmDurationConstantExpression. |
Null | 10 | Represents an expression implementing IEdmNullExpression. |
Record | 11 | Represents an expression implementing IEdmRecordExpression. |
Collection | 12 | Represents an expression implementing IEdmCollectionExpression. |
Path | 13 | Represents an expression implementing IEdmPathExpression. |
If | 14 | Represents an expression implementing IEdmIfExpression. |
Cast | 15 | Represents an expression implementing IEdmCastExpression. |
IsType | 16 | Represents an expression implementing IEdmIsTypeExpression. |
FunctionApplication | 17 | Represents an expression implementing IEdmApplyExpression. |
LabeledExpressionReference | 18 | Represents an expression implementing IEdmLabeledExpressionReferenceExpression. |
Labeled | 19 | Represents an expression implementing IEdmLabeledExpression |
PropertyPath | 20 | Represents an expression implementing IEdmPathExpression. |
NavigationPropertyPath | 21 | Represents an expression implementing IEdmPathExpression. |
DateConstant | 22 | Represents an expression implementing IEdmDateConstantExpression. |
TimeOfDayConstant | 23 | Represents an expression implementing IEdmTimeOfDayConstantExpression. |
EnumMember | 24 | Represents an expression implementing IEdmEnumMemberExpression. |
AnnotationPath | 25 | Represents an expression implementing IEdmPathExpression. |