Get the set of all EntityKeys.

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

Syntax

C#
IList<EntityKey> EntityKeys { get; }
Visual Basic
ReadOnly Property EntityKeys As IList(Of EntityKey)
	Get
Visual C++
property IList<EntityKey^>^ EntityKeys {
	IList<EntityKey^>^ get ();
}

See Also