SqlGroupByAttribute.GroupByExpressions Property
.NET Standard 2.x | Current Version (1.0.1)
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