Getting the original data in a DataRow

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top