Object to generate XML

What are the various methods provided by the dataset object to generate XML?
Note:- XML is one of the most important leap between classic ADO and ADO.NET.So this question is normally asked more generally how can we convert any data to XMLformat. Best answer is convert in to dataset and use the below methods.
vReadXMLRead’s a XML document in to Dataset.
vGetXMLThis is a function which returns the string containing XML document.
vWriteXMLThis writes a XML data to disk.

Questions by robindas   answers by robindas

Showing Answers 1 - 6 of 6 Answers

shamsa.kanwal

  • Jan 15th, 2014
 

GETXML

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions