.Unset()

Removes a parameter for this connection.

Method Syntax

await db.Unset(key)

Arguments

ArgumentsDescription
key Specifies the SurrealQL statements.
cancellationToken The cancellationToken enables graceful cancellation of asynchronous operations.

Example usage

await db.Unset("name");