DataSet::ReadXml Method

 

Reads XML schema and data into the DataSet.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodReadXml(Stream^)

Reads XML schema and data into the DataSet using the specified System.IO::Stream.

System_CAPS_pubmethodReadXml(Stream^, XmlReadMode)

Reads XML schema and data into the DataSet using the specified System.IO::Stream and XmlReadMode.

System_CAPS_pubmethodReadXml(String^)

Reads XML schema and data into the DataSet using the specified file.

System_CAPS_pubmethodReadXml(String^, XmlReadMode)

Reads XML schema and data into the DataSet using the specified file and XmlReadMode.

System_CAPS_pubmethodReadXml(TextReader^)

Reads XML schema and data into the DataSet using the specified System.IO::TextReader.

System_CAPS_pubmethodReadXml(TextReader^, XmlReadMode)

Reads XML schema and data into the DataSet using the specified System.IO::TextReader and XmlReadMode.

System_CAPS_pubmethodReadXml(XmlReader^)

Reads XML schema and data into the DataSet using the specified System.Xml::XmlReader.

System_CAPS_pubmethodReadXml(XmlReader^, XmlReadMode)

Reads XML schema and data into the DataSet using the specified System.Xml::XmlReader and XmlReadMode.

Return to top
Show: