Click or drag to resize
ISQLiteConnectionExecuteNonQuery Method
Method to execute a SQL command that does not return any data.

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
void ExecuteNonQuery(
	string query,
	params Object[] args
)

Parameters

query
Type: SystemString
The SQL command.
args
Type: SystemObject
Parameters for the command.
See Also