Class TableCollection

Namespace
DbExport.Schema
Assembly
DbExport.Api.dll

Represents a collection of database tables.

public class TableCollection : SchemaItemCollection<Table>, IList<Table>, ICollection<Table>, IReadOnlyList<Table>, IReadOnlyCollection<Table>, IEnumerable<Table>, IList, ICollection, IEnumerable
Inheritance
TableCollection
Implements
Inherited Members

Constructors

TableCollection()

Initializes a new instance of the TableCollection class.

public TableCollection()

TableCollection(IEnumerable<Table>)

Initializes a new instance of the TableCollection class with the specified collection of items.

public TableCollection(IEnumerable<Table> tables)

Parameters

tables IEnumerable<Table>

The collection of items to initialize the collection with.

TableCollection(int)

Initializes a new instance of the TableCollection class with the specified initial capacity.

public TableCollection(int capacity)

Parameters

capacity int

The initial number of elements that the collection can contain.