.NET Framework Class Library
DataSet..::.ReadXml Method

Reads XML schema and data into the DataSet.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(Stream)Reads XML schema and data into the DataSet using the specified System.IO..::.Stream.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(TextReader)Reads XML schema and data into the DataSet using the specified System.IO..::.TextReader.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(String)Reads XML schema and data into the DataSet using the specified file.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(XmlReader)Reads XML schema and data into the DataSet using the specified System.Xml..::.XmlReader.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(Stream, XmlReadMode)Reads XML schema and data into the DataSet using the specified System.IO..::.Stream and XmlReadMode.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(TextReader, XmlReadMode)Reads XML schema and data into the DataSet using the specified System.IO..::.TextReader and XmlReadMode.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(String, XmlReadMode)Reads XML schema and data into the DataSet using the specified file and XmlReadMode.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadXml(XmlReader, XmlReadMode)Reads XML schema and data into the DataSet using the specified System.Xml..::.XmlReader and XmlReadMode.
Top
See Also

Reference

Other Resources

Tags :


Page view tracker