This documentation is archived and is not being maintained.
DataSet::WriteXmlSchema Method
Visual Studio 2008
Writes the DataSet structure as an XML schema.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteXmlSchema(Stream) | Writes the DataSet structure as an XML schema to using the specified System.IO::Stream object. |
|
WriteXmlSchema(TextWriter) | Writes the DataSet structure as an XML schema to a TextWriter object. |
|
WriteXmlSchema(String) | Writes the DataSet structure as an XML schema to a file. |
|
WriteXmlSchema(XmlWriter) | Writes the DataSet structure as an XML schema to an XmlWriter object. |
Show: