.NET Framework Class Library
DataSet..::.WriteXml Method

Writes XML data, and optionally the schema, from the DataSet.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(Stream)Writes the current data for the DataSet using the specified System.IO..::.Stream.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(TextWriter)Writes the current data for the DataSet using the specified TextWriter.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(String)Writes the current data for the DataSet to the specified file.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(XmlWriter)Writes the current data for the DataSet to the specified XmlWriter.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteXml(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

Reference

Other Resources

Tags :


Page view tracker