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

Syntax

Visual Basic (Declaration)
Public Function GetLoadedValue ( _
	propertyName As String _
) As Object
C#
public Object GetLoadedValue(
	string propertyName
)
Visual C++
public:
Object^ GetLoadedValue(
	String^ propertyName
)
JavaScript
function getLoadedValue(propertyName);

Parameters

propertyName
Type: System..::.String

See Also