Android.Database.Sqlite.SQLiteCursor Class
A Cursor implementation that exposes results from a query on a Android.Database.Sqlite.SQLiteDatabase.

See Also: SQLiteCursor Members

Syntax

[Android.Runtime.Register("android/database/sqlite/SQLiteCursor", DoNotGenerateAcw=true)]
public class SQLiteCursor : Android.Database.AbstractWindowedCursor

Remarks

A Cursor implementation that exposes results from a query on a Android.Database.Sqlite.SQLiteDatabase. SQLiteCursor is not internally synchronized so code using a SQLiteCursor from multiple threads should perform its own synchronization when using the SQLiteCursor.

[Android Documentation]

Requirements

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