共用方式為


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

屬性值

運算式的類型,表示這個運算式的作業。

適用於