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

 

Gets a DataColumn from the given DataTable using the MissingSchemaAction and the DataSetColumn property.

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

public:
DataColumn^ GetDataColumnBySchemaAction(
	DataTable^ dataTable,
	Type^ dataType,
	MissingSchemaAction schemaAction
)

Parameters

dataTable
Type: System.Data::DataTable^

The DataTable to get the column from.

dataType
Type: System::Type^

The Type of the data column.

schemaAction
Type: System.Data::MissingSchemaAction

One of the MissingSchemaAction values.

Return Value

Type: System.Data::DataColumn^

A data column.

.NET Framework
Available since 1.1
Return to top
Show: