Share via


SQLiteCursor.Database Property

Definition

Get the database that this cursor is associated with.

public virtual Android.Database.Sqlite.SQLiteDatabase? Database { [Android.Runtime.Register("getDatabase", "()Landroid/database/sqlite/SQLiteDatabase;", "GetGetDatabaseHandler")] get; }
[<get: Android.Runtime.Register("getDatabase", "()Landroid/database/sqlite/SQLiteDatabase;", "GetGetDatabaseHandler")>]
member this.Database : Android.Database.Sqlite.SQLiteDatabase

Property Value

the SQLiteDatabase that this cursor is associated with.

Attributes

Remarks

Get the database that this cursor is associated with.

Java documentation for android.database.sqlite.SQLiteCursor.getDatabase().

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