Get the session to which this persistence context is bound.

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

Syntax

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

See Also