DbExpression.ExpressionKind Property

Definition

Gets the kind of the expression, which indicates the operation of this expression.

public virtual System.Data.Entity.Core.Common.CommandTrees.DbExpressionKind ExpressionKind { get; }
member this.ExpressionKind : System.Data.Entity.Core.Common.CommandTrees.DbExpressionKind
Public Overridable ReadOnly Property ExpressionKind As DbExpressionKind

Property Value

The kind of the expression, which indicates the operation of this expression.

Applies to