Method GroupBy
| Improve this Doc View SourceGroupBy(Column)
Constructs SQL GROUP BY.
Declaration
public DbAggregateQueryBuilder GroupBy(Column column)
Parameters
Type | Name | Description |
---|---|---|
Column | column | The column to group by. |
Returns
Type | Description |
---|---|
DbAggregateQueryBuilder | This aggregate query builder for fluent coding. |