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

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).

See Also