SelectQuery.Sorting Property
Provides access to all sorting criteria specified for the current query.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| IList<Sorting> | A collection of Sorting objects. |
See Also