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

SelectQuery.SortBy(Table, String, AggregationType, ListSortDirection) Method

Sorts a data table by a specified column in a required direction by applying an aggregate function.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public Sorting SortBy(
    Table table,
    string columnName,
    AggregationType aggregate,
    ListSortDirection direction
)

Parameters

Name Type Description
table Table

A Table object.

columnName String

A String value, specifying the column name.

aggregate AggregationType

An AggregationType enumeration value.

direction ListSortDirection

A ListSortDirection enumeration value.

Returns

Type Description
Sorting

A Sorting object.

See Also