Get the identifier generator for the hierarchy

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

Syntax

Visual Basic (Declaration)
Function GetIdentifierGenerator ( _
	rootClass As Type _
) As IIdentifierGenerator
C#
IIdentifierGenerator GetIdentifierGenerator(
	Type rootClass
)
Visual C++
IIdentifierGenerator^ GetIdentifierGenerator(
	Type^ rootClass
)
JavaScript
function getIdentifierGenerator(rootClass);

Parameters

rootClass
Type: System..::.Type

See Also