CursorWrapper.WrappedCursor Property

Definition

Gets the underlying cursor that is wrapped by this instance.

public virtual Android.Database.ICursor? WrappedCursor { [Android.Runtime.Register("getWrappedCursor", "()Landroid/database/Cursor;", "GetGetWrappedCursorHandler")] get; }
[<get: Android.Runtime.Register("getWrappedCursor", "()Landroid/database/Cursor;", "GetGetWrappedCursorHandler")>]
member this.WrappedCursor : Android.Database.ICursor

Property Value

The wrapped cursor.

Attributes

Remarks

Gets the underlying cursor that is wrapped by this instance.

Java documentation for android.database.CursorWrapper.getWrappedCursor().

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