Return a key unique to the underlying database objects.

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

Syntax

C#
string GeneratorKey()
Visual Basic
Function GeneratorKey As String
Visual C++
String^ GeneratorKey()

Return Value

A key unique to the underlying database objects.

Remarks

Prevents us from trying to create/remove them multiple times

See Also