5
Answers

Unique Object

David Smith

David Smith

11y
776
1
I am trying to come up with a way to only add a part number if it does not exist. Can you give the best way to do this below using the 
part number object?


 colorfile.PartNumbers.Add(new Color_PartNumber() { colorNumber = colorPartNumber.partNumber });
Answers (5)