Android.Database.AbstractWindowedCursor.SetWindow Method
Sets a new cursor window for the cursor to use.

Syntax

[Android.Runtime.Register("setWindow", "(Landroid/database/CursorWindow;)V", "GetSetWindow_Landroid_database_CursorWindow_Handler")]
public virtual void SetWindow (CursorWindow window)

Parameters

window
The new cursor window, typically a remote cursor window.

Remarks

Sets a new cursor window for the cursor to use.

The cursor takes ownership of the provided cursor window; the cursor window will be closed when the cursor is closed or when the cursor adopts a new cursor window.

If the cursor previously had a cursor window, then it is closed when the new cursor window is assigned.

[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