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