Get the mapping from entity instance to entity entry
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IDictionary EntityEntries { get; } |
| Visual Basic |
|---|
Public ReadOnly Property EntityEntries As IDictionary Get |
| Visual C++ |
|---|
public: virtual property IDictionary^ EntityEntries { IDictionary^ get () sealed; } |