Method sqliteStatement.GetArray
Overload
Calls sqlite3_column_blob and creates array.
public T[] GetArray<T>(SLIndexOrName column) where T : unmanaged
Parameters
column (SLIndexOrName)
Column name of 0-based index in results. |
Returns
T[] |
Exceptions
SLException
The column does not exist in query results. |
Type Parameters
T |