ISQLiteConnectionExecuteNonQuery Method |
Method to execute a SQL command that does not return any data.
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)
Syntaxvoid ExecuteNonQuery(
string query,
params Object[] args
)
Sub ExecuteNonQuery (
query As String,
ParamArray args As Object()
)
void ExecuteNonQuery(
String^ query,
... array<Object^>^ args
)
abstract ExecuteNonQuery :
query : string *
args : Object[] -> unit
Parameters
- query
- Type: SystemString
The SQL command. - args
- Type: SystemObject
Parameters for the command.
See Also