CursorWrapper.WrappedCursor Property
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.
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.