Output the custom XML representation of the bound objects

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

Syntax

Visual Basic (Declaration)
Function ToXML As String
C#
string ToXML()
Visual C++
String^ ToXML()
JavaScript
function toXML();

Return Value

Custom Xml representation

See Also