Class TableCollection
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
tablesIEnumerable<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
capacityintThe initial number of elements that the collection can contain.