GroupingInfo.Column Property
Gets or sets the name of the column by whose values the result set is grouped.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the name of the column by whose values the result set is grouped. |
Remarks
Use the Column property to specify the name of the column by whose values the result set is grouped. The GroupingInfo.Table property specifies the name of the table containing the required column.
See Also