.Update<T>()
Updates all records in a table, or a specific record, in the database.
Note
Arguments
| Arguments | Description |
|---|---|
thing
|
The table name or the specific RecordId to update.
|
data
| The document / record data to update. |
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |