DataColumnMapping::GetDataColumnBySchemaAction Method (String^, String^, DataTable^, Type^, MissingSchemaAction)

 

A static version of GetDataColumnBySchemaAction that can be called without instantiating a DataColumnMapping object.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
static DataColumn^ GetDataColumnBySchemaAction(
	String^ sourceColumn,
	String^ dataSetColumn,
	DataTable^ dataTable,
	Type^ dataType,
	MissingSchemaAction schemaAction
)

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.

dataTable
Type: System.Data::DataTable^

An instance of DataTable.

dataType
Type: System::Type^

The data type for the column being mapped.

schemaAction
Type: System.Data::MissingSchemaAction

Determines the action to take when existing DataSet schema does not match incoming data.

Return Value

Type: System.Data::DataColumn^

A DataColumn object.

.NET Framework
Available since 2.0
Return to top
Show: