Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
DataSet Class
DataSet Methods
WriteXml Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
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.

  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker