Overload List

  NameDescription
WriteXmlSchema(Stream)
Writes the current data structure of the DataTable as an XML schema to the specified stream.
(Inherited from DataTable.)
WriteXmlSchema(TextWriter)
Writes the current data structure of the DataTable as an XML schema using the specified TextWriter.
(Inherited from DataTable.)
WriteXmlSchema(XmlWriter)
Writes the current data structure of the DataTable as an XML schema using the specified XmlWriter.
(Inherited from DataTable.)
WriteXmlSchema(String)
Writes the current data structure of the DataTable as an XML schema to the specified file.
(Inherited from DataTable.)
WriteXmlSchema(Stream, Boolean)
Writes the current data structure of the DataTable as an XML schema to the specified stream. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXmlSchema(TextWriter, Boolean)
Writes the current data structure of the DataTable as an XML schema using the specified TextWriter. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXmlSchema(XmlWriter, Boolean)
Writes the current data structure of the DataTable as an XML schema using the specified XmlWriter. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)
WriteXmlSchema(String, Boolean)
Writes the current data structure of the DataTable as an XML schema to the specified file. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true.
(Inherited from DataTable.)

See Also