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