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