1 write to _schemaMapping
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
51
_schemaMapping
= new SchemaRowsetName[] {
6 references to _schemaMapping
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (6)
117
for (int i = 0; i <
_schemaMapping
.Length; i++){
118
if (
_schemaMapping
[i]._schemaName == collectionNameValue){
132
if (
_schemaMapping
[mapping]._schemaRowset == schemaSupport[i]._schemaRowset){
503
for (int i=0; i <
_schemaMapping
.Length; i++){
504
if (
_schemaMapping
[i]._schemaName== collectionName) {
602
resultTable = oleDbConnection.GetOleDbSchemaTable((System.Guid)
_schemaMapping
[i]._schemaRowset,mungedRestrictions);