I have a data table having the two columns Select and Value.
Select Value
0 213
0 314
0 282
I have an integer array called Ids={213,314} If the values of Ids occur in the data table column "values" then update the "select" column as 1. I have to do this using Linq. Please help