Show / Hide Table of Contents

    ISqlHavingBuilder.HavingRaw Method

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

    0.5.0-alpha

    1.0.1 (current)

    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