Skip to main content

SelectQueryFluentBuilder.GroupBy(String) Method

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.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public SelectQueryFluentBuilder GroupBy(
    string columnName
)

#Parameters

Name Type Description
columnName String

A String value, specifying the column name.

#Returns

Type Description
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

See Also