2 references to GetTableMappingBySchemaAction
System.Data.Common (2)
System\Data\Common\DataAdapter.cs (1)
727
return DataTableMappingCollection.
GetTableMappingBySchemaAction
(_tableMappings, sourceTableName, dataSetTableName, mappingAction);
System\Data\ProviderBase\SchemaMapping.cs (1)
128
_tableMapping = DataTableMappingCollection.
GetTableMappingBySchemaAction
(null, sourceTableName, sourceTableName, mappingAction);