.Unset()

Removes a parameter for this connection.

Method Syntax

await db.Unset(key)
ArgumentsDescription
key Specifies the SurrealQL statements.
cancellationToken The cancellationToken enables graceful cancellation of asynchronous operations.
await db.Unset("name");

Was this page helpful?