Android.Database.CursorWindow.Clear Method
Clears out the existing contents of the window, making it safe to reuse for new data.

Syntax

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
public virtual void Clear ()

Remarks

Clears out the existing contents of the window, making it safe to reuse for new data.

The start position (CursorWindow.StartPosition), number of rows (CursorWindow.NumRows), and number of columns in the cursor are all reset to zero.

[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