Click or drag to resize
SynchronizationEngineHostOpenSQLiteConnection Method
Method to open a new SQLite connection.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public abstract ISQLiteConnection OpenSQLiteConnection(
	string dbPath
)

Parameters

dbPath
Type: SystemString
Path to the DB file.

Return Value

Type: ISQLiteConnection
A SQLiteConncetion instance. The caller will dispose it.
See Also