Method Exists
Exists(string)
Determines whether a row with the specified primary key exists in the table.
public bool Exists(string key)
Parameters
key
stringThe primary key of the row.
Returns
- bool
true
if a row with the primary key is present; otherwise,false
.