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

Syntax

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

Implements

ICollectionMetadata..::.IndexType
ICollectionPersister..::.IndexType

See Also