Skip to content

IQueryWithParams.AddParam method

Adds the parameter.

public void AddParam(string name, object? value)
parameter description
name The name.
value The value.

See Also