3 references to Primary_Keys
System.Data.OleDb (3)
OleDbDataReader.cs (2)
2012if (_connection!.SupportSchemaRowset(OleDbSchemaGuid.Primary_Keys)) 2037table = _connection!.GetSchemaRowset(OleDbSchemaGuid.Primary_Keys, restrictions);
OleDbSchemaGuid.cs (1)
100if (guid == Primary_Keys)