Skip to main content

Disconnect From Database

Used to disconnect from the connected database. (If the connection object will not be used, it is recommended to close the connection using this activity for the general performance of the process.)

Input

  • Connection to Close: The connection object that is connected to the database and will be closed.
    • Type: ArenaRobotics.Domain.Entities.DatabaseConnection
    • Required

Details

  • This activity can also be used outside of the "Database Connection Scope" activity.