Skip to main content
A newer version of this page is available. .

SelectStatement.SortProperties Property

Provides access to the QuerySortingCollection collection.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public QuerySortingCollection SortProperties { get; }

Property Value

Type Description
QuerySortingCollection

A QuerySortingCollection object that represents the collection of SortingColumn objects.

See Also