asp.net mvc linq checking list for iqueyable -
- i have no. of records being inserted in list<> .
- i have iqueryable returning more 1 record
- 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
Post a Comment