.LiveTable<T>()
Initiate a live query from a table.
Arguments
| Arguments | Description |
|---|---|
table
| The table name to listen for changes for. |
diff
| If set to true, live notifications will include an array of JSON Patch objects, rather than the entire record for each notification. |
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |