DbExpression.ExpressionKind 屬性

定義

取得表達式的種類,表示這個表達式的作業。

public:
 property System::Data::Common::CommandTrees::DbExpressionKind ExpressionKind { System::Data::Common::CommandTrees::DbExpressionKind get(); };
public System.Data.Common.CommandTrees.DbExpressionKind ExpressionKind { get; }
member this.ExpressionKind : System.Data.Common.CommandTrees.DbExpressionKind
Public ReadOnly Property ExpressionKind As DbExpressionKind

屬性值

表達式的種類,表示該表達式的運作方式。

適用於