DataSet::InferXmlSchema Method
.NET Framework (current version)
Applies XML schema to the DataSet.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | InferXmlSchema(Stream^, array<String^>^) | |
![]() | InferXmlSchema(String^, array<String^>^) | Applies the XML schema from the specified file to the DataSet. |
![]() | InferXmlSchema(TextReader^, array<String^>^) | Applies the XML schema from the specified TextReader to the DataSet. |
![]() | InferXmlSchema(XmlReader^, array<String^>^) |
Show:
