Overload List

  NameDescription
ReadXmlSchema(XmlReader)
Reads the XML schema from the specified XmlReader into the DataSet.
(Inherited from DataSet.)
ReadXmlSchema(Stream)
Reads the XML schema from the specified Stream into the DataSet.
(Inherited from DataSet.)
ReadXmlSchema(TextReader)
Reads the XML schema from the specified TextReader into the DataSet.
(Inherited from DataSet.)
ReadXmlSchema(String)
Reads the XML schema from the specified file into the DataSet.
(Inherited from DataSet.)

See Also