Android.Database.CursorWindow.PutBlob Method
Copies a byte array into the field at the specified row and column index.

Syntax

[Android.Runtime.Register("putBlob", "([BII)Z", "GetPutBlob_arrayBIIHandler")]
public virtual bool PutBlob (byte[] value, int row, int col)

Parameters

value
The value to store.
row
The zero-based row index.
column
The zero-based column index.

Returns

Documentation for this section has not yet been entered.

Remarks

Copies a byte array into the field at the specified row and column index.

[Android Documentation]

Requirements

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