Perform an ImmediateLoad of the actual object for the Proxy.

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

Syntax

C#
void Initialize()
Visual Basic
Sub Initialize
Visual C++
void Initialize()

Exceptions

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

See Also