2 references to FindByPrimaryKey
System.Data.Common (2)
System\Data\DataRowCollection.cs (2)
144
public DataRow? Find(object? key) => _table.
FindByPrimaryKey
(key);
160
public bool Contains(object? key) => (_table.
FindByPrimaryKey
(key) != null);