8 references to SchemaSupport
System.Data (8)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (5)
483SchemaSupport[] supportedSchemas = GetSchemaRowsetInformation(); 527internal SchemaSupport[] GetSchemaRowsetInformation() { 529SchemaSupport[] supportedSchemas = constr.SchemaSupport; 550supportedSchemas = new SchemaSupport[schemaCount]; 631SchemaSupport[] schemaSupport = GetSchemaRowsetInformation();
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (2)
75internal SchemaSupport[] _schemaSupport; 153internal SchemaSupport[] SchemaSupport { // OleDbConnection.GetSchemaRowsetInformation
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
47SchemaSupport[] schemaSupport):