Show / Hide Table of Contents

    ISqlHavingAndOr<TBuilder>.AndHavingRaw Method

    .NET Standard 2.x

    Adds the AND logical operator and a raw SQL to the HAVING clause.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    AndHavingRaw(string clause, params ISqlParameter[] parameters) Adds the AND logical operator and a raw SQL to the HAVING clause.
    AndHavingRaw(string clause, string alias, params ISqlParameter[] parameters) Adds the AND logical operator and a raw SQL string to the HAVING clause. You need to specify an alias for the raw SQL.
    Back to top Generated by Appeon