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