DataSet::WriteXmlSchema Method
.NET Framework (current version)
Writes the DataSet structure as an XML schema.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | WriteXmlSchema(Stream^) | Writes the DataSet structure as an XML schema to the specified System.IO::Stream object. |
![]() | WriteXmlSchema(Stream^, Converter<Type^, String^>^) | 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(String^, Converter<Type^, 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(TextWriter^, Converter<Type^, String^>^) | Writes the DataSet structure as an XML schema to the specified TextWriter. |
![]() | WriteXmlSchema(XmlWriter^) | |
![]() | WriteXmlSchema(XmlWriter^, Converter<Type^, String^>^) |
Show:
