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

GroupingInfo(String, String) Constructor

Initializes a new instance of the GroupingInfo class.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public GroupingInfo(
    string table,
    string column
)

Parameters

Name Type Description
table String

A String value that specifies the table name.

column String

A String value that specifies the name of the column by whose values the result set is grouped.

See Also