The key is the session factory and the value is the bound session.

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

Syntax

Visual Basic (Declaration)
Protected Overrides Function GetMap As IDictionary
C#
protected override IDictionary GetMap()
Visual C++
protected:
virtual IDictionary^ GetMap() override
JavaScript
function getMap();

See Also