DataColumnMapping::GetDataColumnBySchemaAction Method (DataTable^, Type^, MissingSchemaAction)
.NET Framework (current version)
Gets a DataColumn from the given DataTable using the MissingSchemaAction and the DataSetColumn property.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: