The identifier Hibernate type

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IdentifierType As IType
C#
IType IdentifierType { get; }
Visual C++
property IType^ IdentifierType {
	IType^ get ();
}
JavaScript
function get_identifierType();

See Also