The properties of Android.Database.CursorWrapper are listed below. For a list of all members, see the CursorWrapper Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | ColumnCount | int. Return total number of columns |
[read-only] | Count | int. Returns the numbers of rows in the cursor. |
[read-only] | Extras | Android.OS.Bundle. Returns a bundle of extra values. |
[read-only] | IsAfterLast | bool. Returns whether the cursor is pointing to the position after the last row. |
[read-only] | IsBeforeFirst | bool. Returns whether the cursor is pointing to the position before the first row. |
[read-only] | IsClosed | bool. return true if the cursor is closed |
[read-only] | IsFirst | bool. Returns whether the cursor is pointing to the first row. |
[read-only] | IsLast | bool. Returns whether the cursor is pointing to the last row. |
[read-only] | NotificationUri | Android.Net.Uri. Return the URI at which notifications of changes in this Cursor's data will be delivered, as previously set by ICursor.SetNotificationUri(Android.Content.ContentResolver, Android.Net.Uri). |
[read-only] | Position | int. Returns the current position of the cursor in the row set. |
[read-only] | WantsAllOnMoveCalls | bool. onMove() will only be called across processes if this method returns true. |
[read-only] | WrappedCursor | ICursor. Gets the underlying cursor that is wrapped by this instance. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |