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