Show / Hide Table of Contents

    SqlGroupByAttribute.SqlGroupByAttribute(params string[] expressions) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlGroupByAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlGroupByAttribute(params string[] expressions)
    

    Parameters

    expressions System.String[]

    One or more raw SQL expressions after the keyword GROUP BY.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon