DataSet.ReadXml Method
.NET Framework 3.0
Reads XML schema and data into the DataSet.
DataSet Members
System.Data Namespace
ReadXmlSchema
WriteXml
WriteXmlSchema
| 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. |
Reference
DataSet ClassDataSet Members
System.Data Namespace
ReadXmlSchema
WriteXml
WriteXmlSchema
Other Resources
Using DataSets in ADO.NETCommunity Additions
ADD
Show: