When implemented by a class, a representation of the value to be embedded in an XML element

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

Syntax

Visual Basic (Declaration)
Function ToLoggableString ( _
	value As Object, _
	factory As ISessionFactoryImplementor _
) As String
C#
string ToLoggableString(
	Object value,
	ISessionFactoryImplementor factory
)
Visual C++
String^ ToLoggableString(
	Object^ value, 
	ISessionFactoryImplementor^ factory
)
JavaScript
function toLoggableString(value, factory);

Parameters

value
Type: System..::.Object
The object that contains the values.
factory
Type: NHibernate.Engine..::.ISessionFactoryImplementor

Return Value

An Xml formatted string.

See Also