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