2 references to GetTableMappingBySchemaAction
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (1)
936DataTableMapping? tableMapping = GetTableMappingBySchemaAction(srcTable, srcTable, UpdateMappingAction);
System\Data\ProviderBase\SchemaMapping.cs (1)
101_tableMapping = _adapter.GetTableMappingBySchemaAction(sourceTableName, sourceTableName, mappingAction);