[]
        
Initializes a new instance of the Table class.
public Table(DbName name, TableType tableType, IEnumerable<Column> columns)
| Type | Name | Description | 
|---|---|---|
| DbName | name | The name of the table.  | 
    
| TableType | tableType | The table type.  | 
    
| IEnumerable<Column> | columns | The table colums collection.  |