Get the session to which this persistence context is bound.
            
Namespace: NHibernate.EngineAssembly: 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 (); }  |