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

Syntax

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

Implements

ICollectionMetadata..::.KeyType
ICollectionPersister..::.KeyType

See Also