Show / Hide Table of Contents

    SqlOrderByAttribute.SqlOrderByAttribute(params string[] expressions) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlOrderByAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlOrderByAttribute(params string[] expressions)
    

    Parameters

    expressions System.String[]

    One or more raw SQL expressions in the ORDER BY clause after the keyword ORDER BY.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon