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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasIndex As Boolean
C#
public bool HasIndex { get; }
Visual C++
public:
virtual property bool HasIndex {
	bool get () sealed;
}
JavaScript
function get_hasIndex();

Implements

ICollectionMetadata..::.HasIndex
ICollectionPersister..::.HasIndex

See Also