SortingInfoList.Add(String, String) Method
Adds a new SortingInfo object to the SortingInfoList collection based on the table and column names.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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 sorted. |
See Also