1 write to _schemaMapping
System.Data.OleDb (1)
OleDbMetaDataFactory.cs (1)
42_schemaMapping = new SchemaRowsetName[] {
6 references to _schemaMapping
System.Data.OleDb (6)
OleDbMetaDataFactory.cs (6)
114for (int i = 0; i < _schemaMapping.Length; i++) 116if (_schemaMapping[i]._schemaName == collectionNameValue) 134if (_schemaMapping[mapping]._schemaRowset == schemaSupport[i]._schemaRowset) 528for (int i = 0; i < _schemaMapping.Length; i++) 530if (_schemaMapping[i]._schemaName == collectionName) 644resultTable = oleDbConnection.GetOleDbSchemaTable((System.Guid)_schemaMapping[i]._schemaRowset, mungedRestrictions);