Show / Hide Table of Contents

    ISqlHavingAndOr<TBuilder>.AndHavingValue Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Adds the AND logical operator and a search condition to the HAVING clause. Specifies a SQL expression on the left the operator and a specific value on the right of the operator.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    AndHavingValue(string left, object value) Adds the AND logical operator and a search condition to the HAVING clause. Specifies a SQL expression on the left the operator and a specific value on the right of the operator. The operator is '='.
    AndHavingValue(string left, SqlBinaryOperator sqlOperator, object value) Adds the AND logical operator and a search condition to the HAVING clause. Specifies a SQL expression on the left the operator and a specific value on the right of the operator.
    Back to top Generated by Appeon