Skip to main content

SelectStatement.SortProperties Property

Provides access to the QuerySortingCollection collection.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public QuerySortingCollection SortProperties { get; }

Property Value

Type Description
QuerySortingCollection

A QuerySortingCollection object that represents the collection of SortingColumn objects.

See Also