.Create<T>()
Creates a record in the database.
Arguments
| Arguments | Description |
|---|---|
thing
|
The table name or a RecordId to create.
|
data
| The document / record data to insert. |
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |