Sort Data Table
Sorts given data table.
Input
- Input Table: The area where the source Table object on which the sorting process will be performed is specified.
- Type:
System.Data.DataTable - Required
- Type:
Output
- Output Table: The area where the Data Table object to be assigned as output after the sorting process is specified.
- Type:
System.Data.DataTable
- Type:
Sorting
- Column: The data column object to be used during sorting.
- Type:
System.Data.DataColumn - Required
- Type:
- Column Name: The name of the data column to be used during sorting.
- Type:
System.String - Required
- Type:
- Column Index: The index of the column you want to search for. This field supports only Int32 variables.
- Type:
System.Int32 - Required
- Type:
- Order: The area where the sorting type is specified.
- Type:
System.String - Required
- Dropdown Options:
- Ascending
- Descending
- Type: