SQLiteOpenHelper.SetOpenParams(SQLiteDatabase+OpenParams) Method
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.
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
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.