Overload List

  NameDescription
WriteXml(Stream)
Writes the current contents of the DataTable as XML using the specified Stream.
(Inherited from DataTable.)
WriteXml(TextWriter)
Writes the current contents of the DataTable as XML using the specified TextWriter.
(Inherited from DataTable.)
WriteXml(XmlWriter)
Writes the current contents of the DataTable as XML using the specified XmlWriter.
(Inherited from DataTable.)
WriteXml(String)
Writes the current contents of the DataTable as XML using the specified file.
(Inherited from DataTable.)
WriteXml(Stream, Boolean)
Writes the current contents of the DataTable as XML using the specified Stream. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXml(TextWriter, Boolean)
Writes the current contents of the DataTable as XML using the specified TextWriter. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXml(XmlWriter, Boolean)
Writes the current contents of the DataTable as XML using the specified XmlWriter.
(Inherited from DataTable.)
WriteXml(String, Boolean)
Writes the current contents of the DataTable as XML using the specified file. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXml(Stream, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
WriteXml(TextWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
WriteXml(XmlWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
WriteXml(String, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
WriteXml(Stream, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXml(TextWriter, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXml(XmlWriter, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXml(String, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)

See Also