DataColumnMapping::GetDataColumnBySchemaAction Method (String^, String^, DataTable^, Type^, MissingSchemaAction)
.NET Framework (current version)
A static version of GetDataColumnBySchemaAction that can be called without instantiating a DataColumnMapping object.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: