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