ReadXml Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data Namespace
DataSet Class
DataSet Methods
ReadXml Method
ReadXml Method (Stream)
ReadXml Method (TextReader)
ReadXml Method (String)
ReadXml Method (XmlReader)
ReadXml Method (Stream, XmlRea ...
ReadXml Method (TextReader, Xm ...
ReadXml Method (String, XmlRea ...
ReadXml Method (XmlReader, Xml ...
DataSet Methods
AcceptChanges Method
BeginInit Method
Clear Method
Clone Method
Copy Method
CreateDataReader Method
DetermineSchemaSerializationMo ...
Dispose Method
EndInit Method
Finalize Method
GetChanges Method
GetDataSetSchema Method
GetObjectData Method
GetSchemaSerializable Method
GetSerializationData Method
GetXml Method
GetXmlSchema Method
HasChanges Method
IListSource.GetList Method
InferXmlSchema Method
InitializeDerivedDataSet Metho ...
IsBinarySerialized Method
ISerializable.GetObjectData Me ...
IXmlSerializable.GetSchema Met ...
IXmlSerializable.ReadXml Metho ...
IXmlSerializable.WriteXml Meth ...
Load Method
Merge Method
OnPropertyChanging Method
OnRemoveRelation Method
OnRemoveTable Method
RaisePropertyChanging Method
ReadXml Method
ReadXmlSchema Method
ReadXmlSerializable Method
RejectChanges Method
Reset Method
ShouldSerializeRelations Metho ...
ShouldSerializeTables Method
ToString Method
WriteXml Method
WriteXmlSchema Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataSet
.
.
::
.
ReadXml Method
Reads XML schema and data into the
DataSet
.
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
.
Top
See Also
Reference
DataSet Class
DataSet Members
System.Data Namespace
Other Resources
DataSets, DataTables, and DataViews (ADO.NET)
Tags :