Sorting Class
Specifies the sorting options of a SelectQuery.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Related API Members
The following members return Sorting objects:
Remarks
A Sorting
object is returned by the SelectQuery.SortBy and SelectQuery.SortByExpression methods.
To access all sorting criteria corresponding to a specific query, use the SelectQuery.Sorting property.
Inheritance
Object
Sorting
See Also