Gets the ICurrentSessionContext instance attached to this session factory.

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

Syntax

C#
public ICurrentSessionContext CurrentSessionContext { get; }
Visual Basic
Public ReadOnly Property CurrentSessionContext As ICurrentSessionContext
	Get
Visual C++
public:
virtual property ICurrentSessionContext^ CurrentSessionContext {
	ICurrentSessionContext^ get () sealed;
}

Implements

ISessionFactoryImplementor..::..CurrentSessionContext

See Also