Get the mapping from key value to entity instance

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IDictionary<EntityKey, Object> EntitiesByKey { get; }
Visual Basic
ReadOnly Property EntitiesByKey As IDictionary(Of EntityKey, Object)
	Get
Visual C++
property IDictionary<EntityKey^, Object^>^ EntitiesByKey {
	IDictionary<EntityKey^, Object^>^ get ();
}

See Also