A named SQL bind parameter: the pair of a placeholder name in Sql.body and the value bound to it.
The parameter name, without the leading colon (e.g. p0 for the placeholder :p0).
p0
:p0
The value bound to the parameter. null is bound as SQL NULL.
null