Share via


ExistsExpression.Expression Property

Definition

Gets the subquery operand of the EXISTS expression.

public virtual System.Linq.Expressions.Expression Expression { get; }
member this.Expression : System.Linq.Expressions.Expression
Public Overridable ReadOnly Property Expression As Expression

Property Value

The subquery operand of the EXISTS expression.

Applies to