corelibraries-devexpress-dot-dataaccess-dot-sql-e7f95ed1.md
Specifies the sorting options of a SelectQuery.
Namespace : DevExpress.DataAccess.Sql
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
public sealed class Sorting
Public NotInheritable Class Sorting
The following members return Sorting objects:
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.
Object Sorting
See Also