Android.Database.MergeCursor Class
A convience class that lets you present an array of Cursors as a single linear Cursor.

See Also: MergeCursor Members

Syntax

[Android.Runtime.Register("android/database/MergeCursor", DoNotGenerateAcw=true)]
public class MergeCursor : AbstractCursor

Remarks

A convience class that lets you present an array of Cursors as a single linear Cursor. The schema of the cursors presented is entirely up to the creator of the MergeCursor, and may be different if that is desired. Calls to getColumns, getColumnIndex, etc will return the value for the row that the MergeCursor is currently pointing at.

[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