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.
    See Also