Share via


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

屬性值

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

適用於