Reads XML data into the data set.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
public void ReadXml(
	XmlReader reader
)
Visual Basic (Declaration)
Public Sub ReadXml ( _
	reader As XmlReader _
)

Parameters

reader
Type: System.Xml..::..XmlReader
The XmlReader which to read.

See Also