Return the Underlying Persistent Object, initializing if necessary.

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

Syntax

Visual Basic (Declaration)
Public Function GetImplementation As Object
C#
public Object GetImplementation()
Visual C++
public:
Object^ GetImplementation()
JavaScript
function getImplementation();

Return Value

The Persistent Object this proxy is Proxying.

See Also