Back to Devexpress

SelectQuery.Sorting Property

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-selectquery-4ef99aa4.md

latest1.4 KB
Original Source

SelectQuery.Sorting Property

Provides access to all sorting criteria specified for the current query.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Browsable(false)]
public IList<Sorting> Sorting { get; }
vb
<Browsable(False)>
Public ReadOnly Property Sorting As IList(Of Sorting)

Property Value

TypeDescription
IList<Sorting>

A collection of Sorting objects.

|

See Also

SortBy

SortByExpression

SelectQuery Class

SelectQuery Members

DevExpress.DataAccess.Sql Namespace