[]
Represents the schema data for the table.
protected struct MssqlSchemaProvider.TableData
| Name | Description |
|---|---|
| TableData(string, string, DbTableType, IEnumerable<ColumnData>) | Initializes a new instance of the MssqlSchemaProvider.TableData struct. |
| Name | Description |
|---|---|
| Columns | Gets the columns belonging to the table. |
| Name | Gets the name of the table. |
| Schema | Gets the database schema name that owns the table. |
| TableType | Gets the type of the table. |