DataTable XML

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

How can I save DataTable XML representation to th string and also load data
(XML formated) from the string to the DataTable?
 
Add table to a dataset (if it does not belong to one) and use
DataSet.WriteXml and DataSet.ReadXml
 

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

Back
Top