DataRow to XML

  • Thread starter Thread starter nashak
  • Start date Start date
N

nashak

Hello,

I am creating a datarow (new or existing) in my data-tier and passing
it to my business tier where it is filled with data and then passed
back to data-tier to be inserted into the table.

I need to keep original and updated versions of the datarow in xml
format. Just need the datarow in xml format. So basically I need two
strings - string1 containing data from initial state of datarow and
string2 containing data from updated state of datarow.

I think that xml read/write can only be done via datasets and not via
datarow. Can anyone provide any pointers?

Thanks
 
Back
Top