Function Command.param
Access a prepared statement parameter for update.
Another style of usage would simply update the parameter Variant directly
c .param(0) = 42;
c .param(1) = "The answer";
Prototype
ref deprecated std .variant .VariantN!(32L) param(
ulong index
) pure;
Parameters
| Name | Description |
|---|---|
| index | The zero based index |