2 references to FindByPrimaryKey
System.Data (2)
fx\src\data\System\Data\DataRowCollection.cs (2)
150return table.FindByPrimaryKey(key); 174return(table.FindByPrimaryKey(key) != null);