What are the various methods provided by the dataset object to generate XML?
2902
27-Jan-2014
Sumit Kesarwani
27-Jan-2014ReadXML : Read’s a XML document in to Dataset.
GetXML : This is a function which returns the string containing XML document.
WriteXML : This writes a XML data to disk.