asp.net.ph

DataSet.InferXmlSchema Method ( String, String [ ] )

System.Data Namespace   DataSet Class


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

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

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

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

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

Parameters

fileName
The file name ( including the path ) 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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph