Android.Database.CrossProcessCursorWrapper.Window Property
Returns a pre-filled window that contains the data within this cursor.

Syntax

[get: Android.Runtime.Register("getWindow", "()Landroid/database/CursorWindow;", "GetGetWindowHandler")]
public virtual CursorWindow Window { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a pre-filled window that contains the data within this cursor.

In particular, the window contains the row indicated by ICursor.Position. The window's contents are automatically scrolled whenever the current row moved outside the range covered by the window.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 15