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