1 write to _schemaMapping
System.Data (1)
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (1)
52_schemaMapping = new SchemaFunctionName[] {
3 references to _schemaMapping
System.Data (3)
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (3)
96for (int i = 0; i < _schemaMapping.Length; i++){ 97if (_schemaMapping[i]._schemaName == (string)collection[collectionName]){ 109if (connection.SQLGetFunctions(_schemaMapping[mapping]._odbcFunction) == false){