DataTableSort

Description

Returns a new instance of the given DataTable sorted according to the specified sorting criteria.


DataTable

DataTable InArgument<DataTable> REQUIRED

The datatable to sort.


Misc


Sort options

Sort InArgument<String> REQUIRED

The sort column or columns, and their sort order.

A string that contains the column name followed by "ASC" (ascending) or "DESC" (descending). Columns are sorted ascending by default. Multiple columns can be separated by commas.