[]
Initializes a new instance of the MssqlSchemaProvider.TableData struct.
public TableData(string schema, string name, MssqlSchemaProvider.DbTableType type, IEnumerable<MssqlSchemaProvider.ColumnData> columns)
| Type | Name | Description |
|---|---|---|
| string | schema | The database schema name that owns the table. |
| string | name | The name of the table. |
| MssqlSchemaProvider.DbTableType | type | The type of the table. |
| IEnumerable<MssqlSchemaProvider.ColumnData> | columns | The columns belonging to the table. |