Show / Hide Table of Contents

    SqlOrderByAttribute.OrderByExpressions Property

    .NET Standard 2.x

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

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public IReadOnlyList<string> OrderByExpressions => _orderByExpressions;
    

    Property Value

    System.Collections.Generic.IReadOnlyList<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