1.

Write some XML generation methods provided by the dataset object.

Answer»

DATASET OBJECTS PROVIDE the following methods for generating XML:  

  • ReadXml(): This method reads an XML document into a DataSet object.
  • GetXml(): This method returns a string containing an XML document.
  • WriteXml(): This method writes XML DATA to DISK.


Discussion

No Comment Found