Android.Database.CursorWindow Class
A buffer containing multiple cursor rows.

See Also: CursorWindow Members

Syntax

[Android.Runtime.Register("android/database/CursorWindow", DoNotGenerateAcw=true)]
public class CursorWindow : Android.Database.Sqlite.SQLiteClosable, Android.OS.IParcelable, IDisposable

Remarks

A buffer containing multiple cursor rows.

A Android.Database.CursorWindow is read-write when initially created and used locally. When sent to a remote process (by writing it to a Android.OS.Parcel), the remote process receives a read-only view of the cursor window. Typically the cursor window will be allocated by the producer, filled with data, and then sent to the consumer for reading.

[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