asp.net mvc linq checking list for iqueyable -


  1. i have no. of records being inserted in list<> .
  2. i have iqueryable returning more 1 record
  3. i want check whether records iqueryable returns present in list or not?

is there way in linq can that?

if talking union of both list of records u can use "union()" of "intersect()"(if interested in intersection), if talking left or right joins on these lists, should @ left join, right join using linq

hope shall help.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -