• Start

Languages

/

.NET

/

Methods

Unset

The .NET SDK for SurrealDB enables simple and advanced querying of a remote or embedded database.

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?