Stored Procedure actions
close 
The close action closes the database connection. 
commitTransaction 
The commitTransaction action saves all database updates since the last commit point. 
destroyPart 
The destroyPart action destroys the part and its children, and releases all associated resources. You can use this action for both visual and nonvisual parts. All connections to the destroyed part are removed. 
executeStoredProc 
The executeStoredProc action executes the stored procedure. 
rollbackTransaction 
The rollbackTransaction action rolls back the database to the previous commit point. 
Last modified date: 01/29/2015