Action group: Databases
Deletes records in the specified database table
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 | |
Primary key | A field or combination of fields that uniquely identifies the record to be deleted. 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 |
None.
Connect to the database and delete the record in the table with ID=9 .
Use actions "Connect Standard Db", "DeleteRecord".
The program robot completed successfully.
The record with ID=9 has been deleted from the database.