DataColumn Constructor
.NET Framework 4.5
Initializes a new instance of the DataColumn class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DataColumn() | Initializes a new instance of a DataColumn class as type string. |
|
DataColumn(String) | Inititalizes a new instance of the DataColumn class, as type string, using the specified column name. |
|
DataColumn(String, Type) | Inititalizes a new instance of the DataColumn class using the specified column name and data type. |
|
DataColumn(String, Type, String) | Initializes a new instance of the DataColumn class using the specified name, data type, and expression. |
|
DataColumn(String, Type, String, MappingType) | Initializes a new instance of the DataColumn class using the specified name, data type, expression, and value that determines whether the column is an attribute. |