DataSet.InferXmlSchema Method (XmlReader, String())

 

Applies the XML schema from the specified XmlReader to the DataSet.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

Public Sub InferXmlSchema (
	reader As XmlReader,
	nsArray As String()
)

Parameters

reader
Type: System.Xml.XmlReader

The XMLReader from which to read the schema.

nsArray
Type: System.String()

An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference.

.NET Framework
Available since 1.1
Return to top
Show: