Gets an ICollection of Index objects that are part of the Table.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IndexCollection As ICollection
C#
public ICollection IndexCollection { get; }
Visual C++
public:
property ICollection^ IndexCollection {
	ICollection^ get ();
}
JavaScript
function get_indexCollection();

Field Value

An ICollection of Index objects that are part of the Table.

See Also