DataTableMapping::GetDataColumn Method (String^, Type^, DataTable^, MissingMappingAction, MissingSchemaAction)
.NET Framework (current version)
Returns a DataColumn object for a given column name.
Assembly: System.Data (in System.Data.dll)
public:
DataColumn^ GetDataColumn(
String^ sourceColumn,
Type^ dataType,
DataTable^ dataTable,
MissingMappingAction mappingAction,
MissingSchemaAction schemaAction
)
Parameters
- sourceColumn
-
Type:
System::String^
The name of the DataColumn.
- dataType
-
Type:
System::Type^
The data type for sourceColumn.
- dataTable
-
Type:
System.Data::DataTable^
The table name from a DataSet to map to.
- mappingAction
-
Type:
System.Data::MissingMappingAction
One of the MissingMappingAction values.
- schemaAction
-
Type:
System.Data::MissingSchemaAction
One of the MissingSchemaAction values.
.NET Framework
Available since 2.0
Available since 2.0
Show: