Android.Database.ICursor.Requery Method
Performs the query that created the cursor again, refreshing its contents.

Syntax

[Android.Runtime.Register("requery", "()Z", "GetRequeryHandler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[System.Obsolete("deprecated")]
public bool Requery ()

Returns

Documentation for this section has not yet been entered.

Remarks

Performs the query that created the cursor again, refreshing its contents. This may be done at any time, including after a call to ICursor.Deactivate. Since this method could execute a query on the database and potentially take a while, it could cause ANR if it is called on Main (UI) thread. A warning is printed if this method is being executed on Main thread.

[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