Forum Discussion
AngelaIp
8 years agoIdeator I
Congretulations to this flawless victory!
But a little bit more compact might be a glorious and unmatched Where query, e.g.
setAttribute("where", String.Format("[Part].classification like '{0}' and [Part].state = '{1}'" , "Electrical/Resistor/%", "Released"));
or
setAttribute("where", String.Format("[Part].classification like '{0}' or [Part].classification like '{1}'" , "Assembly/Antenna%", "Electrical/Resistor/%"));