Get the type of the surrogate key

Namespace:  NHibernate.Persister.Collection
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