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

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

Syntax

C#
public string GeneratorKey()
Visual Basic
Public Function GeneratorKey As String
Visual C++
public:
virtual String^ GeneratorKey() sealed

Return Value

The configured table name.

Implements

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

See Also