The collection key type

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

Syntax

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

See Also