Class IndexCollection
Represents a collection of database indexes.
public class IndexCollection : SchemaItemCollection<Index>, IList<Index>, ICollection<Index>, IReadOnlyList<Index>, IReadOnlyCollection<Index>, IEnumerable<Index>, IList, ICollection, IEnumerable
- Inheritance
-
IndexCollection
- Implements
- Inherited Members
Constructors
IndexCollection()
Initializes a new instance of the IndexCollection class.
public IndexCollection()
IndexCollection(IEnumerable<Index>)
Initializes a new instance of the IndexCollection class with the specified collection of items.
public IndexCollection(IEnumerable<Index> indexes)
Parameters
indexesIEnumerable<Index>The collection of items to initialize the collection with.
IndexCollection(int)
Initializes a new instance of the IndexCollection class with the specified initial capacity.
public IndexCollection(int capacity)
Parameters
capacityintThe initial number of elements that the collection can contain.