Android.Database.ICursor.MoveToPrevious Method
Move the cursor to the previous row.

Syntax

[Android.Runtime.Register("moveToPrevious", "()Z", "GetMoveToPreviousHandler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool MoveToPrevious ()

Returns

Documentation for this section has not yet been entered.

Remarks

Move the cursor to the previous row.

This method will return false if the cursor is already before the first entry in the result set.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1