Method sqliteStatement.BindStruct
Overload
Binds a value as blob. Calls sqlite3_bind_blob64.
public sqliteStatement BindStruct<T>(SLIndexOrName sqlParam, T value) where T : unmanaged
Parameters
sqlParam (SLIndexOrName)
Parameter name or 1-based index. |
value (T) |
Returns
sqliteStatement
this. |
Exceptions
SLException
Failed. |
Type Parameters
T |
Remarks
Can be any value type that does not contain fields of reference types. Examples: Guid, POINT, int, decimal.