This interface provides random read-write access to the result set returned
by a database query.
See Also:
ICursor Members
Syntax
[Android.Runtime.Register("android/database/Cursor", "", "Android.Database.ICursorInvoker")]
public interface
ICursor :
Java.IO.ICloseable,
IDisposableRemarks
This interface provides random read-write access to the result set returned
by a database query.
Cursor implementations are not required to be synchronized so code using a Cursor from multiple
threads should perform its own synchronization when using the Cursor.
Implementations should subclass Android.Database.AbstractCursor.
[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