1
Answer

Linq Help

David Smith

David Smith

11y
801
1
I want to make this in one linq possible or two linqs, can some assist me?



List<ColorNum> ColorNums = (from x in ColorPartNums where (x.Num == ColorPartNum) select x.ColorNums).First();

         List<color> color = (from y in ColorNums where (y.Num == ColorNum) select y.color).First();

                 List<color> colorFilteredList = color.Where(c => c.IsDutyColorValidated == true).ToList();
Answers (1)
0
Sach

Sach

NA 5 11.9k 14y
It already is set to Copy Local = True.
:(
0
Bryian Tan

Bryian Tan

NA 9.4k 887.2k 14y

hello,
Try this, right click on the dll in the references folder, properties, set Copy Local = "True"
Next Recommended Forum