Use dummy.SetParameterByPrimaryKey() without verifying if the param was correctly set?
20th November 2024
You could disable the get after set verification by updating the runtime flag ‘NoCheckingSets’ e.g. engine.SetFlag(RunTimeFlags.NoCheckingSets);