1.

Various methods to gernate xml by dataset object

Answer»

Below are the three methods to gernate xml by dataset OBJECTS:-
(1)ReadXML:-To READ a XML document in to Dataset.
(2)GetXML:-This is functions which returns a STRING containing XML document.
(3)WriteXML:-This WRITES a XML data to disk.



Discussion

No Comment Found