Gets the session implementation.
Namespace:
NHibernateAssembly: 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.