|
| Name | Description |
|---|
.gif) .gif) .gif) | WriteXml(Stream) | Writes the current contents of the DataTable as XML using the specified Stream. |
.gif) .gif) .gif) | WriteXml(TextWriter) | Writes the current contents of the DataTable as XML using the specified TextWriter. |
.gif) .gif) .gif) | WriteXml(String) | Writes the current contents of the DataTable as XML using the specified file. |
.gif) .gif) .gif) | WriteXml(XmlWriter) | Writes the current contents of the DataTable as XML using the specified XmlWriter. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | WriteXml(XmlWriter, Boolean) | Writes the current contents of the DataTable as XML using the specified XmlWriter. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |