A group of actions: Database
The action selects a record from the specified DB table by the value of its primary key
Settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
DB context | Connection context to the selected database | Robin.DbContext | Database context | Yes |
Table name | Table name | Robin.String | Yes | |
Table fields | Fields of the table as a collection, the data of which you want to get | Robin.Collection | No | |
Primary key value | The value of the primary key of the table record from which you want to get data | Robin.Dictionary | Yes | |
Results | ||||
Data record | The retrieved dictionary entry, where keys are the column names specified in the query | Robin.Dictionary |
Обзор
Инструменты контента