Writes XML data from the C1ExpressConnection.

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

Syntax

C#
public void WriteXml(
	string fileName
)
Visual Basic (Declaration)
Public Sub WriteXml ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The file name (including the path) to which to write.

See Also