selectAllPrimary property

bool selectAllPrimary
getter/setter pair

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;