Overload List

  NameDescription
ReadXmlSchema(Stream)
Reads an XML schema into the DataTable using the specified stream.
(Inherited from DataTable.)
ReadXmlSchema(TextReader)
Reads an XML schema into the DataTable using the specified TextReader.
(Inherited from DataTable.)
ReadXmlSchema(String)
Reads an XML schema into the DataTable from the specified file.
(Inherited from DataTable.)
ReadXmlSchema(XmlReader)
Reads an XML schema into the DataTable using the specified XmlReader.
(Inherited from DataTable.)

See Also