Skip to main content
A newer version of this page is available. .

SelectQuery.GroupBy(Table, String[]) Method

Groups a data table by the specified columns.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public void GroupBy(
    Table table,
    params string[] columnNames
)

Parameters

Name Type Description
table Table

A Table object.

columnNames String[]

An array of String values, specifying the column names.

See Also