The collection index type (or null if the collection has no index)

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

Syntax

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

See Also