Gets the ICurrentSessionContext instance attached to this session factory.

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

Syntax

C#
ICurrentSessionContext CurrentSessionContext { get; }
Visual Basic
ReadOnly Property CurrentSessionContext As ICurrentSessionContext
	Get
Visual C++
property ICurrentSessionContext^ CurrentSessionContext {
	ICurrentSessionContext^ get ();
}

See Also