A group of actions: Database
The action executes a call to stored procedure with parameters
Settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
DB context | Connection context to the selected database | Robin.DbContext | Database context | Yes |
Stored procedure name | Stored procedure name | Robin.String | Yes | |
Parameters list | A collection of parameter values to be substituted into a stored procedure call | Robin.Collection | No | |
Results | ||||
Results of a stored procedure execution | Collection 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 ON | Robin.Collection |
Обзор
Инструменты контента