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

プロパティ値

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

適用対象