HavingClause.SearchCondition Property

Definition

Represents the having clause that can be used in statements like select.

public Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression SearchCondition { get; set; }
member this.SearchCondition : Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression with get, set
Public Property SearchCondition As BooleanExpression

Property Value

Applies to