Difference between SetParameter() and SetParameterByPrimaryKey()
24th September 2020
Is there a difference between SetParameter(int pid, string key, Object value) and SetParameterByPrimaryKey(int tablePid,string key,Object value) on the element object in the automation engine? As when trying this, SetParameterByPrimaryKey works …