DataSet.WriteXml Method
.NET Framework 3.0
Writes XML data, and optionally the schema, from the DataSet.
DataSet Members
System.Data Namespace
| Name | Description |
|---|---|
| DataSet.WriteXml (Stream) | Writes the current data for the DataSet using the specified System.IO.Stream. Supported by the .NET Compact Framework. |
| DataSet.WriteXml (String) | Writes the current data for the DataSet to the specified file. Supported by the .NET Compact Framework. |
| DataSet.WriteXml (TextWriter) | Writes the current data for the DataSet using the specified TextWriter. Supported by the .NET Compact Framework. |
| DataSet.WriteXml (XmlWriter) | Writes the current data for the DataSet to the specified XmlWriter. Supported by the .NET Compact Framework. |
| DataSet.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. Supported by the .NET Compact Framework. |
| DataSet.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. Supported by the .NET Compact Framework. |
| DataSet.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. Supported by the .NET Compact Framework. |
| DataSet.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. Supported by the .NET Compact Framework. |
Reference
DataSet ClassDataSet Members
System.Data Namespace
Other Resources
Using DataSets in ADO.NETCommunity Additions
ADD
Show: