DataColumnMapping Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the DataColumnMapping class with the specified source column name and DataSet column name to map to.
Assembly: System.Data (in System.Data.dll)
Parameters
- sourceColumn
-
Type:
System::String^
The case-sensitive column name from a data source.
- dataSetColumn
-
Type:
System::String^
The column name, which is not case sensitive, from a DataSet to map to.
The following example creates a DataColumnMapping object, sets its properties, and clones it.
.NET Framework
Available since 1.1
Available since 1.1
Show: