Interface that abstracts a row read from the database, returned by ISynchronizationEngineHostSQLite.ExecuteQuery().
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 interface ISQLiteRow
Public Interface ISQLiteRow
public interface class ISQLiteRow
type ISQLiteRow = interface end
The ISQLiteRow type exposes the following members.
Methods
| Name | Description |
---|
 | ReadColumnT |
Method to return the value of a column in a row.
|
Top
See Also