A globally unique identifier of an instance, consisting of the user-visible identifier and the identifier space (eg. tablename)

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class EntityKey
C#
[SerializableAttribute]
public sealed class EntityKey
Visual C++
[SerializableAttribute]
public ref class EntityKey sealed
JavaScript
NHibernate.Engine.EntityKey = function();

Type.createClass(
	'NHibernate.Engine.EntityKey');

Inheritance Hierarchy

System..::.Object
  NHibernate.Engine..::.EntityKey

See Also