Skip to main content
A newer version of this page is available. .

Sorting Class

Specifies the sorting options of a SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public sealed class Sorting

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