I have list which have the values {1,2,3,4,5} and I have a data table as below.
I want to discard the rows if the list items is equal to Number column rows.
So the output will be as below.
I know, I can do it with filter data table and for each loop but I want to see if we can do it with linq query.
If you have any linq queries in your mind for this scenarios then please share.
Thanks,
Shreyash.