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

Syntax

Visual Basic (Declaration)
Public Function GetIdentifierOrUniqueKeyType ( _
	factory As IMapping _
) As IType
C#
public IType GetIdentifierOrUniqueKeyType(
	IMapping factory
)
Visual C++
public:
IType^ GetIdentifierOrUniqueKeyType(
	IMapping^ factory
)
JavaScript
function getIdentifierOrUniqueKeyType(factory);

Parameters

factory
Type: NHibernate.Engine..::.IMapping

See Also