devxlogo

June 13, 2017

Merge Two DataTables, Preserving the Old Values

The datatable1.Merge(datatable2) statement will merge datatable2 into datatable1. You cannot retrieve the old values in the datatable1 after the merge happens. A quick way to do that, is by creating