I am going to ask a very basic question and probably a repeated one but I have a bit different situation. I want to use "in" operator in Linq. I have to get all the rows from table which has Id provided by my array and returns the row if it has. How can I do it.
My array has
var aa="1091","1092","1093" and so on.
and my table uses these Ids as Primary keys .I have to get all the rows whose Id is contained in the array and I do not want to use S.P.