A globally unique identifier of an instance, consisting of the user-visible identifier
and the identifier space (eg. tablename)
Namespace:
NHibernate.EngineAssembly: 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'); |