EdmExpressionKind Wyliczenie
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Definiuje rodzaje wyrażeń EDM.
public enum EdmExpressionKind
type EdmExpressionKind =
Public Enum EdmExpressionKind
- Dziedziczenie
-
EdmExpressionKind
Pola
AnnotationPath | 25 | Reprezentuje wyrażenie implementacyjne IEdmPathExpression. |
BinaryConstant | 1 | Reprezentuje wyrażenie implementacyjne IEdmBinaryConstantExpression. |
BooleanConstant | 2 | Reprezentuje wyrażenie implementacyjne IEdmBooleanConstantExpression. |
Cast | 15 | Reprezentuje wyrażenie implementacyjne IEdmCastExpression. |
Collection | 12 | Reprezentuje wyrażenie implementacyjne IEdmCollectionExpression. |
DateConstant | 22 | Reprezentuje wyrażenie implementacyjne IEdmDateConstantExpression. |
DateTimeOffsetConstant | 3 | Reprezentuje wyrażenie implementacyjne IEdmDateTimeOffsetConstantExpression. |
DecimalConstant | 4 | Reprezentuje wyrażenie implementacyjne IEdmDecimalConstantExpression. |
DurationConstant | 9 | Reprezentuje wyrażenie implementacyjne IEdmDurationConstantExpression. |
EnumMember | 24 | Reprezentuje wyrażenie implementacyjne IEdmEnumMemberExpression. |
FloatingConstant | 5 | Reprezentuje wyrażenie implementacyjne IEdmFloatingConstantExpression. |
FunctionApplication | 17 | Reprezentuje wyrażenie implementacyjne IEdmApplyExpression. |
GuidConstant | 6 | Reprezentuje wyrażenie implementacyjne IEdmGuidConstantExpression. |
If | 14 | Reprezentuje wyrażenie implementacyjne IEdmIfExpression. |
IntegerConstant | 7 | Reprezentuje wyrażenie implementacyjne IEdmIntegerConstantExpression. |
IsType | 16 | Reprezentuje wyrażenie implementacyjne IEdmIsTypeExpression. |
Labeled | 19 | Reprezentuje implementację wyrażenia IEdmLabeledExpression |
LabeledExpressionReference | 18 | Reprezentuje wyrażenie implementacyjne IEdmLabeledExpressionReferenceExpression. |
NavigationPropertyPath | 21 | Reprezentuje wyrażenie implementacyjne IEdmPathExpression. |
None | 0 | Reprezentuje wyrażenie z nieznanym lub rodzajem błędu. |
Null | 10 | Reprezentuje wyrażenie implementacyjne IEdmNullExpression. |
Path | 13 | Reprezentuje wyrażenie implementacyjne IEdmPathExpression. |
PropertyPath | 20 | Reprezentuje wyrażenie implementacyjne IEdmPathExpression. |
Record | 11 | Reprezentuje wyrażenie implementacyjne IEdmRecordExpression. |
StringConstant | 8 | Reprezentuje wyrażenie implementacyjne IEdmStringConstantExpression. |
TimeOfDayConstant | 23 | Reprezentuje wyrażenie implementacyjne IEdmTimeOfDayConstantExpression. |