SQLiteOpenHelper.SetOpenParams(SQLiteDatabase+OpenParams) Method

Definition

Sets configuration parameters that are used for opening SQLiteDatabase.

[Android.Runtime.Register("setOpenParams", "(Landroid/database/sqlite/SQLiteDatabase$OpenParams;)V", "GetSetOpenParams_Landroid_database_sqlite_SQLiteDatabase_OpenParams_Handler", ApiSince=28)]
public virtual void SetOpenParams (Android.Database.Sqlite.SQLiteDatabase.OpenParams openParams);
[<Android.Runtime.Register("setOpenParams", "(Landroid/database/sqlite/SQLiteDatabase$OpenParams;)V", "GetSetOpenParams_Landroid_database_sqlite_SQLiteDatabase_OpenParams_Handler", ApiSince=28)>]
abstract member SetOpenParams : Android.Database.Sqlite.SQLiteDatabase.OpenParams -> unit
override this.SetOpenParams : Android.Database.Sqlite.SQLiteDatabase.OpenParams -> unit

Parameters

openParams
SQLiteDatabase.OpenParams

configuration parameters that are used for opening SQLiteDatabase.

Attributes

Remarks

Java documentation for android.database.sqlite.SQLiteOpenHelper.setOpenParams(android.database.sqlite.OpenParams).

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