Gets a System.Data.DataColumn from the given System.Data.DataTable using the System.Data.MissingSchemaAction and the DataColumnMapping.DataSetColumn property.
- dataTable
- The System.Data.DataTable to get the column from.
- dataType
- The Type of the data column.
- schemaAction
- One of the System.Data.MissingSchemaAction values.
A data column.