Overload List

  NameDescription
InferXmlSchema(XmlReader, array<String>[]()[])
Applies the XML schema from the specified XmlReader to the DataSet.
(Inherited from DataSet.)
InferXmlSchema(Stream, array<String>[]()[])
Applies the XML schema from the specified Stream to the DataSet.
(Inherited from DataSet.)
InferXmlSchema(TextReader, array<String>[]()[])
Applies the XML schema from the specified TextReader to the DataSet.
(Inherited from DataSet.)
InferXmlSchema(String, array<String>[]()[])
Applies the XML schema from the specified file to the DataSet.
(Inherited from DataSet.)

See Also