I want to search my db with different keys. According to the input, there may be 1 key to 10 keys. Is there a way to add OR/AND clauses to my Linq query dynamically?... keys[k] // I have my keys in this array
var feedList = (from feed in ctx.Feed
...