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)
117for (int i = 0; i < _schemaMapping.Length; i++){ 118if (_schemaMapping[i]._schemaName == collectionNameValue){ 132if (_schemaMapping[mapping]._schemaRowset == schemaSupport[i]._schemaRowset){ 503for (int i=0; i < _schemaMapping.Length; i++){ 504if (_schemaMapping[i]._schemaName== collectionName) { 602resultTable = oleDbConnection.GetOleDbSchemaTable((System.Guid)_schemaMapping[i]._schemaRowset,mungedRestrictions);