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

Syntax

Visual Basic (Declaration)
Protected Function GetIdentifierType ( _
	session As ISessionImplementor _
) As IType
C#
protected IType GetIdentifierType(
	ISessionImplementor session
)
Visual C++
protected:
IType^ GetIdentifierType(
	ISessionImplementor^ session
)
JavaScript
function getIdentifierType(session);

See Also