How do i use linq to compare 2 datatables, output the differences of the rows?
As long as there is any differences in the row, it will be counted as different.
e.g.
Also how do i compare to get the missing rows from dt 1 which is not in dt 2 (based on ID)
Im currently using loops, but its too much loops.