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