[]
public sealed class Column
The Column class represents the data structure of the Table column to be displayed in the user interface of the QueryDesignerDialog.
| Name | Description |
|---|---|
| Column(string, Type, bool) | Initializes a new instance of the Column class with the specified name, data type and schema. |
| Name | Description |
|---|---|
| DataType | Gets the data type of the column. |
| IsPrimaryKey | Gets a value indicating whether the column is part of the primary key for the table. |
| Name | Gets the name of the column. |