[Missing <summary> documentation for "P:NHibernate.Proxy.AbstractLazyInitializer.Session"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public ISessionImplementor Session { get; set; } |
| Visual Basic |
|---|
Public Property Session As ISessionImplementor Get Set |
| Visual C++ |
|---|
public: virtual property ISessionImplementor^ Session { ISessionImplementor^ get () sealed; void set (ISessionImplementor^ value) sealed; } |