DataColumnMapping Constructor (String, String)
Initializes a new instance of the DataColumnMapping class with the specified source column name and DataSet column name to map to.
Namespace: System.Data.Common
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.