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)
114
for (int i = 0; i <
_schemaMapping
.Length; i++)
116
if (
_schemaMapping
[i]._schemaName == collectionNameValue)
134
if (
_schemaMapping
[mapping]._schemaRowset == schemaSupport[i]._schemaRowset)
528
for (int i = 0; i <
_schemaMapping
.Length; i++)
530
if (
_schemaMapping
[i]._schemaName == collectionName)
644
resultTable = oleDbConnection.GetOleDbSchemaTable((System.Guid)
_schemaMapping
[i]._schemaRowset, mungedRestrictions);