Function Command.param

Access a prepared statement parameter for update.

deprecated std.variant.VariantN!(32L) param (
  ulong index
) pure;

Another style of usage would simply update the parameter Variant directly

c.param(0) = 42;
c.param(1) = "The answer";

Parameters

NameDescription
index The zero based index