4 references to Indexes
System.Data.OleDb (4)
OleDbDataReader.cs (2)
2023if (_connection.SupportSchemaRowset(OleDbSchemaGuid.Indexes)) 2100table = _connection!.GetSchemaRowset(OleDbSchemaGuid.Indexes, restrictions);
OleDbMetaDataFactory.cs (1)
47new SchemaRowsetName(OleDbMetaDataCollectionNames.Indexes, OleDbSchemaGuid.Indexes),
OleDbSchemaGuid.cs (1)
102if (guid == Indexes)