SelectQuery.GroupBy(Table, String) Method
In This Article
Groups a data table by the specified column.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
table | Table | A Table object. |
column |
String | A String value, specifying the column name. |
#Returns
Type | Description |
---|---|
Group | A Group object. |
See Also