Gets the stateless session implementation.

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

Syntax

C#
ISessionImplementor GetSessionImplementation()
Visual Basic
Function GetSessionImplementation As ISessionImplementor
Visual C++
ISessionImplementor^ GetSessionImplementation()

Return Value

An NHibernate implementation of the ISessionImplementor interface

Remarks

This method is provided in order to get the NHibernate implementation of the session from wrapper implementations. Implementors of the interface should return the NHibernate implementation of this method.

See Also