2 references to FindByPrimaryKey
System.Data.Common (2)
System\Data\DataRowCollection.cs (2)
149
public DataRow? Find(object?[] keys) => _table.
FindByPrimaryKey
(keys);
166
public bool Contains(object?[] keys) => (_table.
FindByPrimaryKey
(keys) != null);