Return a key unique to the underlying database objects.

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

Syntax

Visual Basic (Declaration)
Function GeneratorKey As Object
C#
Object GeneratorKey()
Visual C++
Object^ GeneratorKey()
JavaScript
function generatorKey();

Return Value

A key unique to the underlying database objects.

Remarks

Prevents us from trying to create/remove them multiple times

See Also