MockCursor.UpdateBlob(Int32, Byte[]) Method

Definition

[Android.Runtime.Register("updateBlob", "(I[B)Z", "GetUpdateBlob_IarrayBHandler")]
public virtual bool UpdateBlob (int columnIndex, byte[]? value);
[<Android.Runtime.Register("updateBlob", "(I[B)Z", "GetUpdateBlob_IarrayBHandler")>]
abstract member UpdateBlob : int * byte[] -> bool
override this.UpdateBlob : int * byte[] -> bool

Parameters

columnIndex
Int32
value
Byte[]

Returns

Attributes

Remarks

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