7 references to GetDataColumn
System.Data (7)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1234
column = tablemapping.
GetDataColumn
(columnName, null, row.Table, _missingMappingAction, MissingSchemaAction.Error);
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
638
DataColumn dataColumn = mappings.
GetDataColumn
(columnName, null, row.Table, missingMapping, missingSchema);
666
DataColumn dataColumn = mappings.
GetDataColumn
(columnName, null, row.Table, missingMapping, missingSchema);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (4)
530
dataColumn = _tableMapping.
GetDataColumn
(_fieldNames[i], fieldType, _dataTable, mappingAction, schemaAction);
590
chapterColumn = _tableMapping.
GetDataColumn
(_tableMapping.SourceTable, fieldType, _dataTable, mappingAction, schemaAction);
713
dataColumn = _tableMapping.
GetDataColumn
(_fieldNames[sortedIndex], fieldType, _dataTable, mappingAction, schemaAction);
889
chapterColumn = _tableMapping.
GetDataColumn
(_tableMapping.SourceTable, fieldType, _dataTable, mappingAction, schemaAction);