Show / Hide Table of Contents

Method GroupBy

| Improve this Doc View Source

GroupBy(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest