SelectQueryFluentBuilder.GroupBy Method
| Name | Parameters | Description |
|---|---|---|
| GroupBy(String) | columnName | Groups the data table by a specified column. These columns are obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method. |
| GroupBy(String[]) | columnNames | Groups the data table by the specified columns. These columns are obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method. |