Skip to main content

Remove Duplicate Rows

Removes duplicated rows from given data table.

Input

  • Input Table: The area where the Data Table object, on which the deletion 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 deletion process is specified.
    • Type: System.Data.DataTable
    • Required