Skip to content
Sign In

Methods

Unset

Removes a parameter for this connection.

Removes a parameter for this connection.

Method Syntax
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?