Gets an ICollection of Index objects that
are part of the Table.
Namespace:
NHibernate.MappingAssembly: 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(); |