asp.net.ph

DataSet.InferXmlSchema Method ( XmlReader, String [ ] )

System.Data Namespace   DataSet Class


Infers the XML schema from the specified XmlReader into the DataSet.

[ VB ]
Overloads Public Sub InferXmlSchema ( _
   ByVal reader As XmlReader _
   ByVal nsArray ( ) As String _
)

[ C# ]
public void InferXmlSchema (
   XmlReader reader
   String [ ] nsArray
);

[ C++ ]
public: void InferXmlSchema (
   XmlReader* reader
   String* nsArray __gc [ ]
);

[ JScript ]
public function InferXmlSchema (
   reader : XmlReader
   nsArray : String [ ]
);

Parameters

reader
The XmlReader from which to read.
nsArray
An array of namespace URI strings to be excluded from schema inference.
See Also

DataSet Members   DataSet.InferXmlSchema Overload List   ReadXmlSchema   WriteXmlSchema Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note