SQLiteQueryBuilder.CursorFactory Property

Definition

Gets the cursor factory to be used for the query, as last configured by #setCursorFactory(android.database.sqlite.SQLiteDatabase.CursorFactory).

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

Property Value

Attributes

Remarks

Java documentation for android.database.sqlite.SQLiteQueryBuilder.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