Skip to main content

SortingInfo(String, String, SortingInfo.SortingDirection) Constructor

Initializes a new instance of the SortingInfo class.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public SortingInfo(
    string table,
    string column,
    SortingInfo.SortingDirection direction
)

Parameters

Name Type Description
table String

A String value that specifies the table name.

column String

A String value that specifies the name of the column by whose values the result set is sorted.

direction SortingInfo.SortingDirection

A SortingDirection object that specifies the sort order.

See Also