I have two DataTables
I have matched up the corresponding rows based on a primary key
The next step is that I need to compare each of the two matched rows to see if there is any difference in any of the fields
Is the only way to do this is to compare every single field?
Thank you
I have matched up the corresponding rows based on a primary key
The next step is that I need to compare each of the two matched rows to see if there is any difference in any of the fields
Is the only way to do this is to compare every single field?
Thank you