Back to Devexpress

Sorting Class

corelibraries-devexpress-dot-dataaccess-dot-sql-e7f95ed1.md

latest3.0 KB
Original Source

Sorting Class

Specifies the sorting options of a SelectQuery.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public sealed class Sorting
vb
Public NotInheritable Class Sorting

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

Sorting Members

SortBy

SortByExpression

Sorting

DevExpress.DataAccess.Sql Namespace