SelectQuery.GroupBy(Table, String[]) Method
Groups a data table by the specified columns.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
table | Table | A Table object. |
columnNames | String[] | An array of String values, specifying the column names. |
See Also