3 references to Primary_Keys
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1826if (_connection.SupportSchemaRowset(OleDbSchemaGuid.Primary_Keys)) { 1846table = _connection.GetSchemaRowset(OleDbSchemaGuid.Primary_Keys, restrictions);
fx\src\data\System\Data\OleDb\OleDbSchemaGuid.cs (1)
105if (guid == Primary_Keys) { return "Primary_Keys"; }