Show / Hide Table of Contents

    ISqlHavingAndOr<TBuilder>.OrHavingRaw Method

    .NET Standard 2.x

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

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

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