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

プロパティ値

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

適用対象