DataSet.ReadXml Method
Reads XML schema and data into the DataSet.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | ReadXml(Stream) | Reads XML schema and data into the DataSet using the specified System.IO.Stream. |
![]() | ReadXml(Stream, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO.Stream and XmlReadMode. |
![]() | ReadXml(String) | Reads XML schema and data into the DataSet using the specified file. |
![]() | ReadXml(String, XmlReadMode) | Reads XML schema and data into the DataSet using the specified file and XmlReadMode. |
![]() | ReadXml(TextReader) | Reads XML schema and data into the DataSet using the specified System.IO.TextReader. |
![]() | ReadXml(TextReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO.TextReader and XmlReadMode. |
![]() | ReadXml(XmlReader) | Reads XML schema and data into the DataSet using the specified System.Xml.XmlReader. |
![]() | ReadXml(XmlReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.Xml.XmlReader and XmlReadMode. |
