A group of actions: Database


The action selects a record from the specified DB table by the value of its primary key

Action icon

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
DB contextConnection context to the selected databaseRobin.DbContextDatabase contextYes
Table nameTable nameRobin.String Yes
Table fieldsFields of the table as a collection, the data of which you want to getRobin.Collection No
Primary key valueThe value of the primary key of the table record from which you want to get dataRobin.Dictionary Yes
Results
Data recordThe retrieved dictionary entry, where keys are the column names specified in the queryRobin.Dictionary  
  • Нет меток