[]
Represents the schema data for the column.
protected struct MssqlSchemaProvider.ColumnData
| Name | Description |
|---|---|
| ColumnData(string, Type, Constraint) | Initializes a new instance of the MssqlSchemaProvider.ColumnData struct. |
| Name | Description |
|---|---|
| Constraints | Gets the constraints applied to the column. |
| DataType | Gets the CLR data type of the column. |
| Name | Gets the name of the column. |