Remove Duplicate Rows
Remove the duplicate rows
Last updated
Remove the duplicate rows
Last updated
Remove the duplicate rows from the specified data table.
Input : DataTable Variable
The DataTable
variable to remove duplicate rows.
Output : DataTable Variable
The output DataTable
variable with the distinct rows.