Language

SQLiteDatabase.OpenParams.CursorFactory Property

Definition

Returns an optional factory class that is called to instantiate a cursor when query is called

public Android.Database.Sqlite.SQLiteDatabase.ICursorFactory? CursorFactory { [Android.Runtime.Register("getCursorFactory", "()Landroid/database/sqlite/SQLiteDatabase$CursorFactory;", "", ApiSince=27)] get; }
[<get: Android.Runtime.Register("getCursorFactory", "()Landroid/database/sqlite/SQLiteDatabase$CursorFactory;", "", ApiSince=27)>]
member this.CursorFactory : Android.Database.Sqlite.SQLiteDatabase.ICursorFactory

Property Value

Attributes

Remarks

Returns an optional factory class that is called to instantiate a cursor when query is called

Android reference for android.database.sqlite.SQLiteDatabase.OpenParams.getCursorFactory.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to