ReadXmlSchema Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data Namespace
DataSet Class
DataSet Methods
ReadXmlSchema Method
ReadXmlSchema Method (Stream)
ReadXmlSchema Method (TextRead ...
ReadXmlSchema Method (String)
ReadXmlSchema Method (XmlReade ...
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
.
.
::
.
ReadXmlSchema Method
Reads an XML schema into the
DataSet
.
Overload List
Name
Description
ReadXmlSchema(Stream)
Reads the XML schema from the specified
Stream
into the
DataSet
.
ReadXmlSchema(TextReader)
Reads the XML schema from the specified
TextReader
into the
DataSet
.
ReadXmlSchema(String)
Reads the XML schema from the specified file into the
DataSet
.
ReadXmlSchema(XmlReader)
Reads the XML schema from the specified
XmlReader
into the
DataSet
.
Top
See Also
Reference
DataSet Class
DataSet Members
System.Data Namespace
Other Resources
DataSets, DataTables, and DataViews (ADO.NET)
Tags :