SQLiteCursor.Database Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.