SelectQuery.SortBy(Table, String) Method
Sorts a data table by a specified column.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| table | Table | A Table object. |
| columnName | String | A String value, specifying the column name. |
Returns
| Type | Description |
|---|---|
| Sorting | A Sorting object. |
See Also