.Unset()
Removes a parameter for this connection.
Method Syntaxawait db.Unset(key)
Arguments | Description | ||
---|---|---|---|
key required | Specifies the SurrealQL statements. | ||
cancellationToken optional | The cancellationToken enables graceful cancellation of asynchronous operations. |
await db.Unset("name");