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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public sealed class EntityKey
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class EntityKey
Visual C++
[SerializableAttribute]
public ref class EntityKey sealed

Inheritance Hierarchy

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

See Also