Overload List

  NameDescription
WriteXml(Stream)
Writes the current data for the DataSet using the specified Stream.
(Inherited from DataSet.)
WriteXml(TextWriter)
Writes the current data for the DataSet using the specified TextWriter.
(Inherited from DataSet.)
WriteXml(XmlWriter)
Writes the current data for the DataSet to the specified XmlWriter.
(Inherited from DataSet.)
WriteXml(String)
Writes the current data for the DataSet to the specified file.
(Inherited from DataSet.)
WriteXml(Stream, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet using the specified Stream and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from 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.
(Inherited from 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.
(Inherited from 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.
(Inherited from DataSet.)

See Also