Method Exists
Exists(SLProtocol, int, string)
Determines whether a row with the specified primary key exists in the specified table.
public static bool Exists(SLProtocol protocol, int tableId, string key)
Parameters
protocol
SLProtocolInstance that implements SLProtocol.
tableId
intThe ID of the table parameter.
key
stringThe primary key of the row.
Returns
- bool
Indication of whether the table contains a row with the specified primary key.
true
means a row with the primary key is present,false
otherwise.