Return the Underlying Persistent Object in a given ISession, or null.

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

Syntax

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

Parameters

s
Type: NHibernate.Engine..::..ISessionImplementor
The Session to get the object from.

Return Value

The Persistent Object this proxy is Proxying, or nullNothingnullptra null reference (Nothing in Visual Basic).

Implements

ILazyInitializer..::..GetImplementation(ISessionImplementor)

See Also