[]
Initializes a new instance of the Column class.
public Column(string name, Type dataType, bool isPrimaryKey)
Type | Name | Description |
---|---|---|
string | name | The column name. |
Type | dataType | The column data type. |
bool | isPrimaryKey | Whether the column is included to primary key. |