[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.HasIndex"]

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

Syntax

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

Implements

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

See Also