selectAllPrimary property
If true
, all columns (*
) from the primary table will be selected.
If false
, only columns listed in selectedPrimaryColumns
(or default PKs if that's empty)
will be selected.
Implementation
bool selectAllPrimary = false;