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

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

Syntax

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

See Also