Method sqlite.Any
Overload
Executes single SQL statement and returns true
if it returns at least one row of data.
public bool Any(string sql, params object[] bind)
Parameters
sql (string)
Single SQL statement. |
bind (object[])
Values that will replace |
Returns
Exceptions
SLException
Failed. |
NotSupportedException
sql contains more than single SQL statement. |
Remarks
This function is similar to the GetX functions, but it does not retrieve the data.