Android.Database.AbstractCursor.MoveToNext Method
Move the cursor to the next row.

Syntax

[Android.Runtime.Register("moveToNext", "()Z", "")]
public bool MoveToNext ()

Returns

Documentation for this section has not yet been entered.

Remarks

Move the cursor to the next row.

This method will return false if the cursor is already past the last 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