ExpressionKind 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.
Indicates the dialect of the query expression.
public enum ExpressionKind
type ExpressionKind =
Public Enum ExpressionKind
- Inheritance
-
ExpressionKind
Fields
Name | Value | Description |
---|---|---|
M | 0 | The expression is based on the M dialect. |
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.