Comparision report

@Jeevan_Reddy,

You can try this.

Specific query would be like this:

table3= table1.AsEnumerable.Except(table2.AsEnumerable, System.Data.DataRowComparer.Default).CopyToDataTable

Thanks,
Ashok :slight_smile: