SQLiteOpenHelper.DatabaseName Property

Definition

Return the name of the SQLite database being opened, as given to the constructor.

public virtual string? DatabaseName { [Android.Runtime.Register("getDatabaseName", "()Ljava/lang/String;", "GetGetDatabaseNameHandler")] get; }
[<get: Android.Runtime.Register("getDatabaseName", "()Ljava/lang/String;", "GetGetDatabaseNameHandler")>]
member this.DatabaseName : string

Property Value

Attributes

Remarks

Return the name of the SQLite database being opened, as given to the constructor.

Java documentation for android.database.sqlite.SQLiteOpenHelper.getDatabaseName().

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