Skip to main content

SortingInfoList Class

OBSOLETE

This class has become obsolete. Use the corresponding functionality of the SelectQuery class instead.

Obsolete. Use the corresponding functionality of the SelectQuery class instead.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Obsolete("This class has become obsolete. Use the corresponding functionality of the SelectQuery class instead.")]
public sealed class SortingInfoList :
    List<SortingInfo>

The following members return SortingInfoList objects:

Inheritance

Object
List<SortingInfo>
SortingInfoList
See Also