SelectExpression.Having Property

Definition

Gets or sets the predicate corresponding to the HAVING part of the SELECT expression.

public virtual System.Linq.Expressions.Expression Having { get; set; }
member this.Having : System.Linq.Expressions.Expression with get, set
Public Overridable Property Having As Expression

Property Value

The predicate.

Applies to