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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.