When implemented by a class, a representation of the value to be
embedded in an XML element
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public abstract string ToLoggableString( Object value, ISessionFactoryImplementor factory ) |
Visual Basic |
---|
Public MustOverride Function ToLoggableString ( _ value As Object, _ factory As ISessionFactoryImplementor _ ) As String |
Visual C++ |
---|
public: virtual String^ ToLoggableString( Object^ value, ISessionFactoryImplementor^ factory ) abstract |
Parameters
- value
- Type: System..::..Object
The object that contains the values.
- factory
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
[Missing <param name="factory"/> documentation for "M:NHibernate.Type.AbstractType.ToLoggableString(System.Object,NHibernate.Engine.ISessionFactoryImplementor)"]