GroupingInfoList.Remove(String, String) Method
Removes the specified GroupingInfo object from the GroupingInfoList collection based on the table and column names
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
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