Writes XML data from the data set.

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

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
The stream to which to write.

See Also