Method WithAutoGroupBy
| Improve this Doc View SourceWithAutoGroupBy(Boolean)
Sets a value that indicates whether should group by selected columns automatically.
Declaration
public DbAggregateQueryBuilder WithAutoGroupBy(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value | The value. |
Returns
| Type | Description |
|---|---|
| DbAggregateQueryBuilder | This aggregate query builder for fluent coding. |