Android.Database.Sqlite.SQLiteProgram.BindBlob Method
Bind a byte array value to this statement.

Syntax

[Android.Runtime.Register("bindBlob", "(I[B)V", "GetBindBlob_IarrayBHandler")]
public virtual void BindBlob (int index, byte[] value)

Parameters

index
The 1-based index to the parameter to bind
value
The value to bind, must not be null

Remarks

Bind a byte array value to this statement. The value remains bound until SQLiteProgram.ClearBindings is called.

[Android Documentation]

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1