Getting the original data in a DataRow

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi

Any help will be much appreciated:

I am iterating through datarows in a datatable. When I come across a
datarow that has rowstate 'Modified', I want to find out the original
and exisiting values for each of the fields.

Finding the existing ones is easy - I just look at dr[0], dr[1] etc.
What I can't figure out is how to see the original values.

Thanks

Martin.
 
Back
Top