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