The collection key type

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

Syntax

C#
IType KeyType { get; }
Visual Basic
ReadOnly Property KeyType As IType
	Get
Visual C++
property IType^ KeyType {
	IType^ get ();
}

See Also