Mono Class Library: System.Data.DataSet Overview | Members

System.Data.DataSet.ReadXml Overloads

The overloads of ReadXml are listed below. For a list of all members, see the DataSet Members list.

Public Methods

ReadXml(System.IO.Stream) : XmlReadMode
Reads the XML schema and data from the specified stream.
ReadXml(System.IO.TextReader) : XmlReadMode
Reads the XML data from the specified reader object.
ReadXml(string) : XmlReadMode
Reads the XML from the specified file.
ReadXml(System.Xml.XmlReader) : XmlReadMode
Reads the XML data from the specified XML reader object.
ReadXml(System.IO.Stream, XmlReadMode) : XmlReadMode
Reads the XML schema and data from the specified stream using the indicated read mode.
ReadXml(System.IO.TextReader, XmlReadMode) : XmlReadMode
Reads the XML data from the specified reader object using the indicated read mode.
ReadXml(string, XmlReadMode) : XmlReadMode
Reads the XML from the specified file using the indicated read mode.
ReadXml(System.Xml.XmlReader, XmlReadMode) : XmlReadMode
Reads the XML data from the specified XML reader object using the indicated read mode.