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)
96
for (int i = 0; i <
_schemaMapping
.Length; i++){
97
if (
_schemaMapping
[i]._schemaName == (string)collection[collectionName]){
109
if (connection.SQLGetFunctions(
_schemaMapping
[mapping]._odbcFunction) == false){