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

SelectQuery.SortBy Method

Name Parameters Description
SortBy(Table, String, AggregationType, ListSortDirection) table, columnName, aggregate, direction Sorts a data table by a specified column in a required direction by applying an aggregate function.
SortBy(Table, String, AggregationType) table, columnName, aggregate Sorts a data table by a specified column by applying an aggregate function.
SortBy(Table, String, ListSortDirection) table, columnName, direction Sorts a data table by a specified column in a required direction.
SortBy(Table, String) table, columnName Sorts a data table by a specified column.