.Unset()
Removes a parameter for this connection.
Method Syntax
await db.Unset(key)
Arguments
Arguments | Description |
---|
key required | Specifies the SurrealQL statements. |
cancellationToken optional | The cancellationToken enables graceful cancellation of asynchronous operations. |
Example usage
await db.Unset("name");