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