Connection.executeNonQuery

Executes a single command on the underlying database, and gets the number of rows affected.

class Connection
int
executeNonQuery

Parameters

cmd Command

a GdaCommand.

params ParameterList

parameter list.

Return Value

Type: int

the number of affected rows by the executed command, or -1 on error.

Meta