DataSet.InferXmlSchema Method
.NET Framework 3.5
Applies XML schema to the DataSet.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
InferXmlSchema(Stream, String[]) | Applies the XML schema from the specified Stream to the DataSet. |
|
InferXmlSchema(TextReader, String[]) | Applies the XML schema from the specified TextReader to the DataSet. |
|
InferXmlSchema(String, String[]) | Applies the XML schema from the specified file to the DataSet. |
|
InferXmlSchema(XmlReader, String[]) | Applies the XML schema from the specified XmlReader to the DataSet. |