Click or drag to resize
ISQLiteConnection Interface
Interface for SynchronizationEngineHost implementations expose for accessing SQLite.

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 interface ISQLiteConnection : IDisposable

The ISQLiteConnection type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExecuteNonQuery
Method to execute a SQL command that does not return any data.
Public methodExecuteQuery
Method to execute a SQL command that returns a list of rows.
Top
See Also