Output the custom XML representation of the bound objects as an XmlDocument

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

Syntax

Visual Basic (Declaration)
Function ToXmlDocument As XmlDocument
C#
XmlDocument ToXmlDocument()
Visual C++
XmlDocument^ ToXmlDocument()
JavaScript
function toXmlDocument();

Return Value

A custom Xml Tree

See Also