Show / Hide Table of Contents

    SqlGroupByAttribute.GroupByExpressions Property

    .NET Standard 2.x

    Gets one or more raw SQL expressions after the keyword GROUP BY.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

        public IReadOnlyList<string> GroupByExpressions => _groupByExpressions;
    

    Property Value Type

    System.Collections.Generic.IReadOnlyList<System.String>

    One or more raw SQL expressions in the GROUP BY clause.

    Each expression specifies a column or a non-aggregate calculation on a column.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon