Search the docs
Languages
/
.NET
Methods
The .NET SDK for SurrealDB enables simple and advanced querying of a remote or embedded database.
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