Perform an ImmediateLoad of the actual object for the Proxy.
Namespace: NHibernate.ProxyAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual void Initialize() |
Visual Basic |
---|
Public Overridable Sub Initialize |
Visual C++ |
---|
public: virtual void Initialize() |
Implements
ILazyInitializer..::..Initialize()()()()Exceptions
Exception | Condition |
---|---|
NHibernate..::..HibernateException | Thrown when the Proxy has no Session or the Session is closed or disconnected. |