Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines EDM expression kinds.
Namespace: Microsoft.Data.Edm.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Enumeration EdmExpressionKind
'Usage
Dim instance As EdmExpressionKind
public enum EdmExpressionKind
public enum class EdmExpressionKind
type EdmExpressionKind
public enum EdmExpressionKind
Members
Member name | Description | |
---|---|---|
AssertType | Represents an expression implementing IEdmAssertTypeExpression. | |
BinaryConstant | Represents an expression implementing IEdmBinaryConstantExpression. | |
BooleanConstant | Represents an expression implementing IEdmBooleanConstantExpression. | |
Collection | Represents an expression implementing IEdmCollectionExpression. | |
DateTimeConstant | Represents an expression implementing IEdmDateTimeConstantExpression. | |
DateTimeOffsetConstant | Represents an expression implementing IEdmDateTimeOffsetConstantExpression. | |
DecimalConstant | Represents an expression implementing IEdmDecimalConstantExpression. | |
EntitySetReference | Represents an expression implementing IEdmEntitySetReferenceExpression. | |
EnumMemberReference | Represents an expression implementing IEdmEnumMemberReferenceExpression. | |
FloatingConstant | Represents an expression implementing IEdmFloatingConstantExpression. | |
FunctionApplication | Represents an expression implementing IEdmFunctionApplicationExpression. | |
FunctionReference | Represents an expression implementing IEdmFunctionReferenceExpression. | |
GuidConstant | Represents an expression implementing IEdmGuidConstantExpression. | |
If | Represents an expression implementing IEdmIfExpression. | |
IntegerConstant | Represents an expression implementing IEdmIntegerConstantExpression. | |
IsType | Represents an expression implementing IEdmIsTypeExpression. | |
Labeled | Represents an expression implementing IEdmLabeledExpression. | |
LabeledExpressionReference | Represents an expression implementing IEdmLabeledExpressionReferenceExpression. | |
None | Represents an expression implementing IEdmNoneExpression. | |
Null | Represents an expression implementing IEdmNullExpression. | |
ParameterReference | Represents an expression implementing IEdmParameterReferenceExpression. | |
Path | Represents an expression implementing IEdmPathExpression. | |
PropertyReference | Represents an expression implementing IEdmPropertyReferenceExpression. | |
Record | Represents an expression implementing IEdmRecordExpression. | |
StringConstant | Represents an expression implementing IEdmStringConstantExpression. | |
TimeConstant | Represents an expression implementing IEdmTimeConstantExpression. | |
ValueTermReference | Represents an expression implementing IEdmValueTermReferenceExpression. |
Remarks
No content here will be updated; please do not add material here.