Skip to main content

Sorting Class

Specifies the sorting options of a SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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