DbExpression.ExpressionKind プロパティ

定義

この式の操作を示す、式の種類を取得します。

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

プロパティ値

この式の操作を示す、式の種類。

適用対象