This documentation is archived and is not being maintained.
DataSet::WriteXml Method
Visual Studio 2010
Writes XML data, and optionally the schema, from the DataSet.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteXml(Stream) | Writes the current data for the DataSet using the specified System.IO::Stream. |
|
WriteXml(String) | Writes the current data for the DataSet to the specified file. |
|
WriteXml(TextWriter) | Writes the current data for the DataSet using the specified TextWriter. |
|
WriteXml(XmlWriter) | Writes the current data for the DataSet to the specified XmlWriter. |
|
WriteXml(Stream, XmlWriteMode) | Writes the current data, and optionally the schema, for the DataSet using the specified System.IO::Stream and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. |
|
WriteXml(String, XmlWriteMode) | Writes the current data, and optionally the schema, for the DataSet to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. |
|
WriteXml(TextWriter, XmlWriteMode) | Writes the current data, and optionally the schema, for the DataSet using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. |
|
WriteXml(XmlWriter, XmlWriteMode) | Writes the current data, and optionally the schema, for the DataSet using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. |
Show: