DataSet::ReadXmlSchema Method
.NET Framework (current version)
Reads an XML schema into the DataSet.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | ReadXmlSchema(Stream^) | |
![]() | ReadXmlSchema(String^) | Reads the XML schema from the specified file into the DataSet. |
![]() | ReadXmlSchema(TextReader^) | Reads the XML schema from the specified TextReader into the DataSet. |
![]() | ReadXmlSchema(XmlReader^) |
Show:
