.Set()
Assigns a value as a parameter for this connection.
Arguments
| Arguments | Description |
|---|---|
key
| Specifies the name of the variable. |
value
| Assigns the value to the variable name. |
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |
Example usage
You can remove the variable from the connection using the Unset() method.