2 references to CreateDataColumnBySchemaAction
System.Data (2)
fx\src\data\System\Data\Common\DataColumnMapping.cs (1)
134return CreateDataColumnBySchemaAction(sourceColumn, dataSetColumn, dataTable, dataType, schemaAction);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
527dataColumn = DataColumnMapping.CreateDataColumnBySchemaAction(_fieldNames[i], _fieldNames[i], _dataTable, fieldType, schemaAction);