Skip to main content

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

Output

  • Affected Rows: The number of rows affected by the operation
    • Type: System.Int32

Details

  • This activity must be used within the "Database Connection Scope" activity.