Reads XML data into the C1ExpressConnection.

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

Syntax

C#
public void ReadXml(
	Stream stream
)
Visual Basic (Declaration)
Public Sub ReadXml ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream from which to read.

See Also