Output the generic XML Representation of the bound objects to a XmlDocument

Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function ToGenericXmlDocument As XmlDocument
C#
XmlDocument ToGenericXmlDocument()
Visual C++
XmlDocument^ ToGenericXmlDocument()
JavaScript
function toGenericXmlDocument();

Return Value

A generic Xml tree

See Also