4 references to Indexes
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1835if (_connection.SupportSchemaRowset(OleDbSchemaGuid.Indexes)) { 1897table = _connection.GetSchemaRowset(OleDbSchemaGuid.Indexes, restrictions);
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
57new SchemaRowsetName(OleDbMetaDataCollectionNames.Indexes,OleDbSchemaGuid.Indexes),
fx\src\data\System\Data\OleDb\OleDbSchemaGuid.cs (1)
106if (guid == Indexes) { return "Indexes"; }