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