AbstractCursor.IsFieldUpdated(Int32) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("isFieldUpdated", "(I)Z", "GetIsFieldUpdated_IHandler")]
[System.Obsolete("deprecated")]
protected virtual bool IsFieldUpdated (int columnIndex);
[<Android.Runtime.Register("isFieldUpdated", "(I)Z", "GetIsFieldUpdated_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member IsFieldUpdated : int -> bool
override this.IsFieldUpdated : int -> bool

Parameters

columnIndex
Int32

Returns

Attributes

Remarks

This member is deprecated. Always returns false since Cursors do not support updating rows

Java documentation for android.database.AbstractCursor.isFieldUpdated(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