SynchronizationEngineHostOpenSQLiteConnection Method |
Method to open a new SQLite connection.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract ISQLiteConnection OpenSQLiteConnection(
string dbPath
)
Public MustOverride Function OpenSQLiteConnection (
dbPath As String
) As ISQLiteConnection
public:
virtual ISQLiteConnection^ OpenSQLiteConnection(
String^ dbPath
) abstract
abstract OpenSQLiteConnection :
dbPath : string -> ISQLiteConnection
Parameters
- dbPath
- Type: SystemString
Path to the DB file.
Return Value
Type:
ISQLiteConnectionA SQLiteConncetion instance. The caller will dispose it.
See Also