Android.Database.Sqlite.SQLiteQueryBuilder.SetCursorFactory Method
Sets the cursor factory to be used for the query.

Syntax

[Android.Runtime.Register("setCursorFactory", "(Landroid/database/sqlite/SQLiteDatabase$CursorFactory;)V", "GetSetCursorFactory_Landroid_database_sqlite_SQLiteDatabase_CursorFactory_Handler")]
public virtual void SetCursorFactory (SQLiteDatabase.ICursorFactory factory)

Parameters

factory
the factory to use.

Remarks

Sets the cursor factory to be used for the query. You can use one factory for all queries on a database but it is normally easier to specify the factory when doing this query.

[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