.Patch<T>()
Applies JSON Patch changes to all records, or a specific record, in the database.
Note
Arguments
| Arguments | Description |
|---|---|
thing
|
The table name or the specific RecordId to patch.
|
data
| The JSON Patch data with which to patch the records. |
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |