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

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

Syntax

C#
public virtual IEnumerable<Index> IndexIterator { get; }
Visual Basic
Public Overridable ReadOnly Property IndexIterator As IEnumerable(Of Index)
	Get
Visual C++
public:
virtual property IEnumerable<Index^>^ IndexIterator {
	IEnumerable<Index^>^ get ();
}

Field Value

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

See Also