2 references to GetDataTableBySchemaAction
System.Data (2)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
789
DataTable dataTable = tableMapping.
GetDataTableBySchemaAction
(dataSet, schemaAction);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
142
_dataTable = _tableMapping.
GetDataTableBySchemaAction
(_dataSet, schemaAction);