Namespace:  NHibernate.Loader.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

See Also