DataSet::WriteXmlSchema Method (XmlWriter^)
Assembly: System.Data (in System.Data.dll)
Use the WriteXmlSchema method to write the schema for a DataSet to an XML document. The schema includes table, relation, and constraint definitions. To write a schema to an XML document, use the WriteXmlSchema method.
The XML schema is written using the XSD standard.
To write the data to an XML document, use the WriteXml method.
One class that inherits from the System.Xml::XmlWriter class is the System.Xml::XmlTextWriter class.
The following example creates a new System.IO::FileStream object with the specified path. The FileStream object is used to create an T:System.Xml.XMLTextWriter object. The WriteXmlSchema method is then invoked with the XmlTextWriter object to write the schema to the disk.
Available since 1.1