DbExpression.ExpressionKind Property

Definition

Gets the kind of the expression, which indicates the operation of this expression.

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

Property Value

The kind of the expression, which indicates the operation of this expression.

Applies to