Database Command
Any insert, update or delete operation to be made in the database
Input
- Command: Operation to be made in the database
- Type:
System.String - Required
- Type:
Output
- Affected Rows: The number of rows affected by the operation
- Type:
System.Int32
- Type:
Details
- This activity must be used within the "Database Connection Scope" activity.