AbstractCursor.IsFieldUpdated(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.