DataSet::WriteXmlSchema Method (Stream^)
Writes the DataSet structure as an XML schema to the specified System.IO::Stream object.
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.
Classes that derive from the Stream class include BufferedStream, FileStream, MemoryStream, and NetworkStream.
The following example creates a new FileStream object that is passed to the WriteXmlSchema method to write the schema to disk.
Available since 1.1