DataSet.ReadXmlSchema Method
.NET Framework 4.5
Reads an XML schema into the DataSet.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadXmlSchema(Stream) | Reads the XML schema from the specified Stream into the DataSet. |
|
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) | Reads the XML schema from the specified XmlReader into the DataSet. |