The overloads of WriteXml are listed below. For a list of all members, see the DataSet Members list.
WriteXml(System.IO.Stream) Writes the current DataSet data to the specified stream.WriteXml(System.IO.TextWriter) Writes the data to the specified text writer object.WriteXml(string) Writes the data to the specified file.WriteXml(System.Xml.XmlWriter) Writes the data to the specified XML writer object.WriteXml(System.IO.Stream, XmlWriteMode) Writes the current DataSet data to the specified stream using the indicated write mode.WriteXml(System.IO.TextWriter, XmlWriteMode) Writes the data to the specified text writer object using the indicated write mode.WriteXml(string, XmlWriteMode) Writes the data to the specified file using the indicated write mode.WriteXml(System.Xml.XmlWriter, XmlWriteMode) Writes the data to the specified XML writer object using the indicated write mode.