A group of actions: Database
The action updates the data in the record of the specified database table by the value of its primary key
Settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
DB context | The connection context for the selected database. | Robin.DbContext | Database context | Yes |
Table name | Table name | Robin.String | Yes | |
Data to update the record | Data to update as a dictionary, where keys are column names | Robin.Dictionary | Yes | |
PRIME KEY DATA | A field or combination of fields that uniquely identifies the record to be updated. Specified as a dictionary, where key-value pairs are the names of the primary key columns and the contents of their fields. | Robin.Dictionary | Yes |
Обзор
Инструменты контента