Get the session to which this proxy is associated, or null if it is not attached.
Namespace: NHibernate.ProxyAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
ISessionImplementor Session { get; set; } |
| Visual Basic |
|---|
Property Session As ISessionImplementor Get Set |
| Visual C++ |
|---|
property ISessionImplementor^ Session { ISessionImplementor^ get (); void set (ISessionImplementor^ value); } |