AbstractCursor.MCurrentRowID Property

Definition

Caution

deprecated

If MRowIdColumnIndex is not -1 this contains contains the value of the column at MRowIdColumnIndex for the current row this cursor is pointing at.

[Android.Runtime.Register("mCurrentRowID")]
[System.Obsolete("deprecated")]
protected Java.Lang.Long? MCurrentRowID { get; set; }
[<Android.Runtime.Register("mCurrentRowID")>]
[<System.Obsolete("deprecated")>]
member this.MCurrentRowID : Java.Lang.Long with get, set

Property Value

Attributes

Remarks

Java documentation for android.database.AbstractCursor.mCurrentRowID.

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