Is the collection indexed?

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

Syntax

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

See Also