Projects how many parameters a typed-arg CRUD sproc would declare for
the given entity + sproc verb under broad-rule semantics. Includes base
field params and any _Clear companions the broad rule would add.
spDelete projects to its PK count (1 for single-UUID-PK entities) — no
_Clear companions because DELETE only takes PK params, and PKs aren't
nullable.
Projects how many parameters a typed-arg CRUD sproc would declare for the given entity + sproc verb under broad-rule semantics. Includes base field params and any
_Clearcompanions the broad rule would add.spDeleteprojects to its PK count (1 for single-UUID-PK entities) — no_Clearcompanions because DELETE only takes PK params, and PKs aren't nullable.