Gets the ICurrentSessionContext instance attached to this session factory.
Namespace: NHibernate.ImplAssembly: 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; } |