Filter list 1 based on list 2
LINQ
2
Posts
2
Posters
7
Views
1
Watching
-
Hi I have lists: 1> contains employee names 2> contains manager names. I want to filter using LINQ query all manager names that appear in employee table too. (All managers who are not contractors) This was given as an interview question to me. I appolize if there is problem asking same. Thanks
-
Hi I have lists: 1> contains employee names 2> contains manager names. I want to filter using LINQ query all manager names that appear in employee table too. (All managers who are not contractors) This was given as an interview question to me. I appolize if there is problem asking same. Thanks