Sort DataTable

Category

DataTable Commands

Description

This command allows you to sort an entire DataTable by ascending or descending order, based on the values of a specified column. Use this command when you want to sort an entire DataTable by ascending or descending order, based on the values of a specified column.

Parameters

DataTable Name

Input a Datatable name

Column Name

Enter the name or index (e.g., Column0, Column1, …, Column{i}) of the column to be used for the sorting

Order

Select a sort order

Variable Name

Input a variable name

Returned Value

[ReturnValue]

Example Usage

Example Location:

BYpass\Examples\DataTable Commands\Sort DataTable\Sort DataTable.xml

See Also