Android.Database.AbstractCursor.Window Property
If the cursor is backed by a Android.Database.CursorWindow, returns a pre-filled window with the contents of the cursor, otherwise null.

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

If the cursor is backed by a Android.Database.CursorWindow, returns a pre-filled window with the contents of the cursor, otherwise null.

[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