Perform an ImmediateLoad of the actual object for the Proxy.

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

Syntax

Visual Basic (Declaration)
Public Sub Initialize
C#
public void Initialize()
Visual C++
public:
void Initialize()
JavaScript
function initialize();

Exceptions

ExceptionCondition
NHibernate..::.HibernateException Thrown when the Proxy has no Session or the Session is closed or disconnected.

See Also