2 references to FindByPrimaryKey
System.Data (2)
fx\src\data\System\Data\DataRowCollection.cs (2)
157return table.FindByPrimaryKey(keys); 184return(table.FindByPrimaryKey(keys) != null);