I have Ienumerable<int> Temp1;
from DB
and other List<entity> Temp2;
with properties Id and name.
I want to compare Temp1 & Temp2(Id)
and find the matching Values and have it in a List.
What is the best way to implement this ?
Thanks
I have Ienumerable<int> Temp1;
from DB
and other List<entity> Temp2;
with properties Id and name.
I want to compare Temp1 & Temp2(Id)
and find the matching Values and have it in a List.
What is the best way to implement this ?
Thanks