DataSet.ReadXml Method
.NET Framework 2.0
Reads XML schema and data into the DataSet.
| Name | Description |
|---|---|
| DataSet.ReadXml (Stream) | Reads XML schema and data into the DataSet using the specified System.IO.Stream. Supported by the .NET Compact Framework. |
| DataSet.ReadXml (String) | Reads XML schema and data into the DataSet using the specified file. Supported by the .NET Compact Framework. |
| DataSet.ReadXml (TextReader) | Reads XML schema and data into the DataSet using the specified System.IO.TextReader. Supported by the .NET Compact Framework. |
| DataSet.ReadXml (XmlReader) | Reads XML schema and data into the DataSet using the specified System.Xml.XmlReader. Supported by the .NET Compact Framework. |
| DataSet.ReadXml (Stream, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO.Stream and XmlReadMode. Supported by the .NET Compact Framework. |
| DataSet.ReadXml (String, XmlReadMode) | Reads XML schema and data into the DataSet using the specified file and XmlReadMode. Supported by the .NET Compact Framework. |
| DataSet.ReadXml (TextReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO.TextReader and XmlReadMode. Supported by the .NET Compact Framework. |
| DataSet.ReadXml (XmlReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.Xml.XmlReader and XmlReadMode. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: