Return a key unique to the underlying database objects for a TableGenerator.

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

Syntax

Visual Basic (Declaration)
Public Function GeneratorKey As Object
C#
public Object GeneratorKey()
Visual C++
public:
virtual Object^ GeneratorKey() sealed
JavaScript
function generatorKey();

Return Value

The configured table name.

Implements

IPersistentIdentifierGenerator..::.GeneratorKey()()()

See Also