Output the generic XML representation of the bound objects

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

Syntax

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

Return Value

Generic Xml representation

See Also