Updates matching records of a model's table, or a single record by id.
Arguments
| Arguments | Description |
|---|---|
model
|
The model type to update, e.g. Person.self.
|
content
| The content to write to matching records. |
where
| A predicate selecting which records to update. |
recordID
|
A SurrealRecordID to update a single record.
|