Property GroupBy
| Improve this Doc View SourceGroupBy
Gets the GROUP BY list.
Declaration
public IReadOnlyList<DbExpression> GroupBy { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<DbExpression> |
Gets the GROUP BY list.
public IReadOnlyList<DbExpression> GroupBy { get; }
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<DbExpression> |