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