[]
Initializes a new instance of the MssqlSchemaProvider.ColumnData struct.
public ColumnData(string name, Type dataType, MssqlSchemaProvider.ColumnData.Constraint constraints)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the column. |
| Type | dataType | The CLR data type of the column. |
| MssqlSchemaProvider.ColumnData.Constraint | constraints | The constraints applied to the column. |