2 references to GetTableMappingBySchemaAction
System.Data (2)
fx\src\data\System\Data\Common\DataAdapter.cs (1)
713
return DataTableMappingCollection.
GetTableMappingBySchemaAction
(_tableMappings, sourceTableName, dataSetTableName, mappingAction);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
124
_tableMapping = DataTableMappingCollection.
GetTableMappingBySchemaAction
(null, sourceTableName, sourceTableName, mappingAction);