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

In This Topic
    Having Property (SqlSelectStatement)
    In This Topic
    Gets or sets HAVING clause of the statement.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Having As String
    public override string Having {get; set;}

    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