This documentation is archived and is not being maintained.
DataSet::WriteXmlSchema Method
Visual Studio 2010
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 the specified System.IO::Stream object. |
|
WriteXmlSchema(String) | Writes the DataSet structure as an XML schema to a file. |
|
WriteXmlSchema(TextWriter) | Writes the DataSet structure as an XML schema to the specified TextWriter object. |
|
WriteXmlSchema(XmlWriter) | Writes the DataSet structure as an XML schema to an XmlWriter object. |
|
WriteXmlSchema(Stream, Converter<Type, String>) | Writes the DataSet structure as an XML schema to the specified System.IO::Stream object. |
|
WriteXmlSchema(String, Converter<Type, String>) | Writes the DataSet structure as an XML schema to a file. |
|
WriteXmlSchema(TextWriter, Converter<Type, String>) | Writes the DataSet structure as an XML schema to the specified TextWriter. |
|
WriteXmlSchema(XmlWriter, Converter<Type, String>) | Writes the DataSet structure as an XML schema to the specified XmlWriter. |
Show: