Android.Database.ICursor.MoveToFirst Method
Move the cursor to the first row.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Move the cursor to the first row.

This method will return false if the cursor is empty.

[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