DataSet::ReadXmlSchema Method

 

Reads an XML schema into the DataSet.

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

NameDescription
System_CAPS_pubmethodReadXmlSchema(Stream^)

Reads the XML schema from the specified Stream into the DataSet.

System_CAPS_pubmethodReadXmlSchema(String^)

Reads the XML schema from the specified file into the DataSet.

System_CAPS_pubmethodReadXmlSchema(TextReader^)

Reads the XML schema from the specified TextReader into the DataSet.

System_CAPS_pubmethodReadXmlSchema(XmlReader^)

Reads the XML schema from the specified XmlReader into the DataSet.

Return to top
Show: