Skip to main content

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

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

Sorting

  • Column: The data column object to be used during sorting.
    • Type: System.Data.DataColumn
    • Required
  • Column Name: The name of the data column to be used during sorting.
    • Type: System.String
    • Required
  • Column Index: The index of the column you want to search for. This field supports only Int32 variables.
    • Type: System.Int32
    • Required
  • Order: The area where the sorting type is specified.
    • Type: System.String
    • Required
    • Dropdown Options:
      • Ascending
      • Descending