CursorWindow.PutBlob(Byte[], Int32, Int32) Method

Definition

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

[Android.Runtime.Register("putBlob", "([BII)Z", "GetPutBlob_arrayBIIHandler")]
public virtual bool PutBlob (byte[]? value, int row, int column);
[<Android.Runtime.Register("putBlob", "([BII)Z", "GetPutBlob_arrayBIIHandler")>]
abstract member PutBlob : byte[] * int * int -> bool
override this.PutBlob : byte[] * int * int -> bool

Parameters

value
Byte[]

The value to store.

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

Boolean

True if successful.

Attributes

Remarks

Java documentation for android.database.CursorWindow.putBlob(byte[], int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to