| Overload | Description |
|---|---|
| Column Constructor() | This constructor is reserved for internal use and is not intended to be used directly from your code. |
| Column Constructor(String) | Initializes a new instance of the Column class specifying the name of the column. |
| Column Constructor(String,Type) | Initializes a new instance of the Column class specifying the name of the column and its data type. |
| Column Constructor(Column) | Initializes a new instance of the Column class specifying the Column that will be used as a template to create the columns. |