Skip to content

IDatabase.Let method

Assigns a value as a parameter for this connection.

public Task<DriverResponse> Let(string key, object? value, CancellationToken ct = default)
parameter description
key Specifies the name of the variable.
value Assigns the value to the variable name.

See Also