Following is the syntax for the WriteXml(string, XmlWriteMode) method of the DataSet class:
datasetobjectname.WriteXml(filename, mode);
where, datasetobjectname specifies the name of the DataSet object, filename specifies the name of the file, including the path, to which to write data, and mode specifies an XmlWriteMode value. Following are the values that can be used for XmlWriteMode:
This is a preview of
What is the WriteXml(string, XmlWriteMode) method?
.
Read the full post (254 words, estimated 1:01 mins reading time)
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.