Applies XML schema to the DataSet.
Applies the XML schema from the specified Stream to the DataSet.
[Visual Basic] Overloads Public Sub InferXmlSchema(Stream, String())
[C#] public void InferXmlSchema(Stream, string[]);
[C++] public: void InferXmlSchema(Stream*, String[]);
[JScript] public function InferXmlSchema(Stream, String[]);
Applies the XML schema from the specified file to the DataSet.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public Sub InferXmlSchema(String, String())
[C#] public void InferXmlSchema(string, string[]);
[C++] public: void InferXmlSchema(String*, String*[]);
[JScript] public function InferXmlSchema(String, String[]);
Applies the XML schema from the specified TextReader to the DataSet.
[Visual Basic] Overloads Public Sub InferXmlSchema(TextReader, String())
[C#] public void InferXmlSchema(TextReader, string[]);
[C++] public: void InferXmlSchema(TextReader*, String[]);
[JScript] public function InferXmlSchema(TextReader, String[]);
Applies the XML schema from the specified XmlReader to the DataSet
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public Sub InferXmlSchema(XmlReader, String())
[C#] public void InferXmlSchema(XmlReader, string[]);
[C++] public: void InferXmlSchema(XmlReader*, String[]);
[JScript] public function InferXmlSchema(XmlReader, String[]);