ExpressionKind Enum

Definition

Indicates the dialect of the query expression.

public enum ExpressionKind
type ExpressionKind = 
Public Enum ExpressionKind
Inheritance
ExpressionKind

Fields

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.

Applies to