A group of actions: Database


The action executes a call to stored procedure with parameters

Action icon

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
DB contextConnection context to the selected databaseRobin.DbContextDatabase contextYes
Stored procedure nameStored procedure nameRobin.String Yes
Parameters listA collection of parameter values to be substituted into a stored procedure callRobin.Collection No
Results
Results of a stored procedure executionCollection of stored procedure results. Each result is a data table If result is a row set then data table contains it. If result is an update count then data table contains one column „update_count“ and one row with the value. Hint: if you don’t need update counts just use in stored procedure operator suppressing return of counts. For MS SQL Server - SET NOCOUNT ONRobin.Collection  
  • Нет меток