[]
Initializes a new instance of the Table class with the specified name, type and columns.
public Table(DbName name, TableType tableType, IEnumerable<Column> columns)
Type | Name | Description |
---|---|---|
DbName | name | A DbName object representing the name and schema of the table. |
TableType | tableType | A TableType value representing the type of the table. |
IEnumerable<Column> | columns | A collection of the Column representing the columns of the table. |
Type | Condition |
---|---|
ArgumentNullException | Thrown if |