Skip to main content

SelectQuery.GroupByExpression(String) Method

Groups a data table by the specified expression.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public Group GroupByExpression(
    string expression
)

Parameters

Name Type Description
expression String

A String value, specifying the grouping expression.

Returns

Type Description
Group

A Group object.

See Also