1.

What Are The Methods Of Xml Dataset Object?

Answer»

There are various methods of XML DATASET object:
GetXml() – Get XML data in a Dataset as a SINGLE string.
GetXmlSchema() – Get XSD Schema in a Dataset as a single string.
ReadXml()READS XML data from a FILE.
ReadXmlSchema() – Reads XML schema from a file.
WriteXml() – Writes the CONTENTS of Dataset to a file.
WriteXmlSchema() – Writes XSD Schema into a file.

There are various methods of XML dataset object:
GetXml() – Get XML data in a Dataset as a single string.
GetXmlSchema() – Get XSD Schema in a Dataset as a single string.
ReadXml() – Reads XML data from a file.
ReadXmlSchema() – Reads XML schema from a file.
WriteXml() – Writes the contents of Dataset to a file.
WriteXmlSchema() – Writes XSD Schema into a file.



Discussion

No Comment Found