Docs
Search the docs
Methods
Removes a parameter for this connection.
await db.Unset(key)
Arguments
Description
key
Specifies the SurrealQL statements.
cancellationToken
The cancellationToken enables graceful cancellation of asynchronous operations.
await db.Unset("name");
Was this page helpful?
Previous
SignUp
Next
Update