Native
Synchronous
No Custom Parameters
ExecuteCommand executes a command on the named database.
ExecuteCommand should be used for SQL commands, such as INSERT, UPDATE, and DELETE.
ExecuteQuery requires that a named database connection already be open, which can done either by using OpenDatabase or by using the name of a database resource associated with the Cisco Unified Application Designer application.
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Command * | System.String | A SQL INSERT, UPDATE, or DELETE statement. | |
| Name * | System.String | The name of the database connection to execute the command on. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| RowsAffected | System.Int32 | The number of rows affected by the command. |
Branch Conditions
No description.
No description.