AdoDataConnectionExecuteNonQueryAsync(String, CancellationToken, Object) Method
Executes the SQL statement using
Connection, and returns the number of rows affected.
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.180 -- Release Build+0e3c143567ac1e22ccabc137e6e7d5395a9784d8
function ExecuteNonQueryAsync(sqlFormat, cancellationToken, ... parameters);
- sqlFormat String
- Format string for the SQL statement to be executed.
- cancellationToken CancellationToken
- Propagates notification that operations should be canceled.
- parameters Object
- The parameter values to be used to fill in DbParameter parameters.
TaskInt32The number of rows affected.