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

Syntax

Visual Basic (Declaration)
Function GetIdentifierType ( _
	persistentClass As Type _
) As IType
C#
IType GetIdentifierType(
	Type persistentClass
)
Visual C++
IType^ GetIdentifierType(
	Type^ persistentClass
)
JavaScript
function getIdentifierType(persistentClass);

Parameters

persistentClass
Type: System..::.Type

Return Value

See Also