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)

public:
DataColumnMapping(
	String^ sourceColumn,
	String^ dataSetColumn
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: