.Merge<T>()
Modifies all records in a table, or a specific record.
Note
Arguments
| Arguments | Description |
|---|---|
thing
|
The table name or the specific RecordId to merge.
|
data
| The data with which to modify the records. |
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |