Class IndexCollection

Namespace
DbExport.Schema
Assembly
DbExport.Api.dll

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

indexes IEnumerable<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

capacity int

The initial number of elements that the collection can contain.