1.

What Are The Various Methods Provided By The Dataset Object To Generate Xml?

Answer»

The various METHODS provided by the DataSet object to generate XML are:

  • ReadXml() - READS XML DOCUMENT into a DataSet object.
  • GetXml() - RETURNS a string containing an XML document.
  • WriteXml() - Writes an XML data to DISK.

The various methods provided by the DataSet object to generate XML are:



Discussion

No Comment Found