This documentation is archived and is not being maintained.
DataSet::ReadXml Method
Visual Studio 2008
Reads XML schema and data into the DataSet.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadXml(Stream) | Reads XML schema and data into the DataSet using the specified System.IO::Stream. |
|
ReadXml(TextReader) | Reads XML schema and data into the DataSet using the specified System.IO::TextReader. |
|
ReadXml(String) | Reads XML schema and data into the DataSet using the specified file. |
|
ReadXml(XmlReader) | Reads XML schema and data into the DataSet using the specified System.Xml::XmlReader. |
|
ReadXml(Stream, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO::Stream and XmlReadMode. |
|
ReadXml(TextReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.IO::TextReader and XmlReadMode. |
|
ReadXml(String, XmlReadMode) | Reads XML schema and data into the DataSet using the specified file and XmlReadMode. |
|
ReadXml(XmlReader, XmlReadMode) | Reads XML schema and data into the DataSet using the specified System.Xml::XmlReader and XmlReadMode. |
Show: