Show / Hide Table of Contents

    ISqlHavingBuilder.HavingRaw Method

    .NET Standard 2.x

    Creates a HAVING clause and adds a raw SQL to the HAVING clause.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    HavingRaw(string havingClause, params ISqlParameter[] parameters) Creates a HAVING clause and adds a raw SQL to the HAVING clause.
    HavingRaw(string havingClause, string havingName, params ISqlParameter[] parameters) Creates a HAVING clause, and adds a raw SQL to the HAVING clause and specifies a name for the raw SQL.
    Back to top Generated by Appeon