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#
Object GetImplementation()
Visual Basic
Function GetImplementation As Object
Visual C++
Object^ GetImplementation()

Return Value

The persistent object this proxy is proxying.

See Also