{CompanyName} FlexyGo
StoredParam
.
.
::
.
.
WriteXml Method
Converts an object into its XML representation.
Namespace:
FLEXYGO.Data
Assembly:
flxDataManager
(in flxDataManager.dll)
Syntax
C#
VB
public
void
WriteXml
(
XmlWriter
writer
)
Public
Sub
WriteXml
( _
writer
As
XmlWriter
_ )
Parameters
writer
Type:
XmlWriter
The
XmlWriter
stream to which the object is serialized.
See Also
StoredParam Class
FLEXYGO.Data Namespace