DataTableMapping::GetDataColumn Method (String^, Type^, DataTable^, MissingMappingAction, MissingSchemaAction)

 

Returns a DataColumn object for a given column name.

Namespace:   System.Data.Common
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.

Return Value

Type: System.Data::DataColumn^

A DataColumn object.

.NET Framework
Available since 2.0
Return to top
Show: