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