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