Overload List

  NameDescription
ReadXml(Stream)
Reads XML schema and data into the DataTable using the specified Stream.
(Inherited from DataTable.)
ReadXml(TextReader)
Reads XML schema and data into the DataTable using the specified TextReader.
(Inherited from DataTable.)
ReadXml(String)
Reads XML schema and data into the DataTable from the specified file.
(Inherited from DataTable.)
ReadXml(XmlReader)
Reads XML Schema and Data into the DataTable using the specified XmlReader.
(Inherited from DataTable.)

See Also