Method sqliteStatement.GetBool
Overload
Calls sqlite3_column_int64 and returns true
if the value is not 0.
public bool GetBool(SLIndexOrName column)
Parameters
column (SLIndexOrName)
Column name of 0-based index in results. |
Returns
Exceptions
SLException
The column does not exist in query results. |