I have dt1, dt2 DataTables. I have merged them to dt1 by using dt1.Merge(dt2)
But there are multiple duplicate rows and I don't have primarykey for those rows, how to eliminate duplicate records?
I have dt1, dt2 DataTables. I have merged them to dt1 by using dt1.Merge(dt2)
But there are multiple duplicate rows and I don't have primarykey for those rows, how to eliminate duplicate records?