MockCursor.UpdateShort(Int32, Int16) Method

Definition

[Android.Runtime.Register("updateShort", "(IS)Z", "GetUpdateShort_ISHandler")]
public virtual bool UpdateShort (int columnIndex, short value);
[<Android.Runtime.Register("updateShort", "(IS)Z", "GetUpdateShort_ISHandler")>]
abstract member UpdateShort : int * int16 -> bool
override this.UpdateShort : int * int16 -> bool

Parameters

columnIndex
Int32
value
Int16

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