Show / Hide Table of Contents

    ISqlOrderBuilder.OrderByRaw Method

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

    0.5.0-alpha

    1.0.1 (current)

    Creates an ORDER BY clause and specifies one or more sort criteria using a raw SQL.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    OrderByRaw(string orderClause) Creates an ORDER BY clause and specifies one or more sort criteria using a raw SQL.
    OrderByRaw(string orderClause, string alias) Creates an ORDER BY clause; and specifies one or more sort criteria using a raw SQL and specifies an alias for the raw SQL.
    Back to top Generated by Appeon