This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
DataSet..::.WriteXml Method
Writes XML data, and optionally the schema, from the DataSet.

Overload List
|
| Name | Description |
|---|
.gif) .gif) .gif) | WriteXml(Stream) |
Writes the current data for the DataSet using the specified System.IO..::.Stream.
|
.gif) .gif) .gif) | WriteXml(TextWriter) |
Writes the current data for the DataSet using the specified TextWriter.
|
.gif) .gif) .gif) | WriteXml(String) |
Writes the current data for the DataSet to the specified file.
|
.gif) .gif) .gif) | WriteXml(XmlWriter) |
Writes the current data for the DataSet to the specified XmlWriter.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | 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.
|
Top

See Also