| Overload | Description | 
|---|---|
| ReadXml(Stream) | Reads XML schema and data into the DbDataSet using the specified System.IO.Stream. | 
| ReadXml(String) | Reads XML schema and data into the DbDataSet using the specified file. | 
| ReadXml(TextReader) | Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader. | 
| ReadXml(XmlReader) | Reads XML schema and data into the DbDataSet using the specified System.Xml.XmlReader. | 
| ReadXml(Stream,XmlReadMode) | Reads XML schema and data into the DbDataSet using the specified System.IO.Stream. | 
| ReadXml(String,XmlReadMode) | Reads XML schema and data into the DbDataSet using the specified file and System.Data.XmlReadMode. | 
| ReadXml(TextReader,XmlReadMode) | Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader. | 
| ReadXml(XmlReader,XmlReadMode) | Reads XML schema and data into the DbDataSet using the specified System.Xml.XmlReader. |