Show / Hide Table of Contents

    ISqlWhereBuilder.WhereRaw Method

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

    0.5.0-alpha

    1.0.1 (current)

    Creates a WHERE clause, and adds a raw SQL to the WHERE clause.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    WhereRaw(string whereClause, params ISqlParameter[] parameters) Creates a WHERE clause, and adds a raw SQL to the WHERE clause.
    WhereRaw(string whereClause, string whereName, params ISqlParameter[] parameters) Creates a WHERE clause, adds a raw SQL to the WHERE clause, and specifies a name for the raw SQL.
    Back to top Generated by Appeon