Overload List

  NameDescription
ReadXml(XmlReader)
Reads XML schema and data into the DataSet using the specified XmlReader.
(Inherited from DataSet.)
ReadXml(Stream)
Reads XML schema and data into the DataSet using the specified Stream.
(Inherited from DataSet.)
ReadXml(TextReader)
Reads XML schema and data into the DataSet using the specified TextReader.
(Inherited from DataSet.)
ReadXml(String)
Reads XML schema and data into the DataSet using the specified file.
(Inherited from DataSet.)
ReadXml(XmlReader, XmlReadMode)
Reads XML schema and data into the DataSet using the specified XmlReader and XmlReadMode.
(Inherited from DataSet.)
ReadXml(Stream, XmlReadMode)
Reads XML schema and data into the DataSet using the specified Stream and XmlReadMode.
(Inherited from DataSet.)
ReadXml(TextReader, XmlReadMode)
Reads XML schema and data into the DataSet using the specified TextReader and XmlReadMode.
(Inherited from DataSet.)
ReadXml(String, XmlReadMode)
Reads XML schema and data into the DataSet using the specified file and XmlReadMode.
(Inherited from DataSet.)

See Also