Get the EntityKey based on this EntityEntry.

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

Syntax

C#
public EntityKey EntityKey { get; }
Visual Basic
Public ReadOnly Property EntityKey As EntityKey
	Get
Visual C++
public:
property EntityKey^ EntityKey {
	EntityKey^ get ();
}

See Also