Executes a stored procedure or a command
| Parameter | Description | Example | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Command or procedure name | SQL Command or stored procedure name | "testproc" "UPDATE FOO Set bar = @bar" | ||||||||
| Command type | StoredProcedure or Command | |||||||||
| Data return type |
| |||||||||
| Parameters | List of name/value pairs to use as parameters | |||||||||
| Connection string | The connection string to use | |||||||||
| Timeout seconds | The command timeout | |||||||||