Gets the session implementation.

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

Syntax

Visual Basic (Declaration)
Function GetSessionImplementation As ISessionImplementor
C#
ISessionImplementor GetSessionImplementation()
Visual C++
ISessionImplementor^ GetSessionImplementation()
JavaScript
function getSessionImplementation();

Return Value

An NHibernate implementation of the interface

Remarks

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

See Also