.Select<T>()
Selects all records in a table, or a specific record, from the database.
Arguments
| Arguments | Description |
|---|---|
thing
|
The table name or a RecordId to select.
|
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |