Return the Underlying Persistent Object, initializing if necessary.

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

Syntax

C#
public Object GetImplementation()
Visual Basic
Public Function GetImplementation As Object
Visual C++
public:
virtual Object^ GetImplementation() sealed

Return Value

The Persistent Object this proxy is Proxying.

Implements

ILazyInitializer..::..GetImplementation()()()()

See Also