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