dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlSelectStatement Class / Having Property

Having Property (SqlSelectStatement)
Gets or sets HAVING clause of the statement.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Having As String
 

Property Value

The HAVING clause of the statement.
Remarks
To quickly add new condition to the clause use the AddHavingCondition method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also