DataSet.ReadXml Method
.NET Framework 4.5
Reads XML schema and data 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 | |
|---|---|---|
|
ReadXml(Stream) | Reads XML schema and data into the DataSet using the specified System.IO.Stream. |
|
ReadXml(String) | Reads XML schema and data into the DataSet using the specified file. |
|
ReadXml(TextReader) | Reads XML schema and data into the DataSet using the specified System.IO.TextReader. |
|
ReadXml(XmlReader) | Reads XML schema and data into the DataSet using the specified System.Xml.XmlReader. |
|
ReadXml(Stream, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO.Stream and XmlReadMode. |
|
ReadXml(String, XmlReadMode) | Reads XML schema and data into the DataSet using the specified file and XmlReadMode. |
|
ReadXml(TextReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO.TextReader and XmlReadMode. |
|
ReadXml(XmlReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.Xml.XmlReader and XmlReadMode. |