DataColumn Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the DataColumn class, as type string, using the specified column name.
Assembly: System.Data (in System.Data.dll)
Parameters
- columnName
-
Type:
System::String^
A string that represents the name of the column to be created. If set to null or an empty string (""), a default name will be specified when added to the columns collection.
The following example creates a new DataColumn with a specified ColumnName.
.NET Framework
Available since 1.1
Available since 1.1
Show: