Show / Hide Table of Contents

Method sqliteStatement.GetStruct


Overload

Calls sqlite3_column_blob and creates a variable of any value type that does not have fields of reference types.

public T GetStruct<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