Tag Archives: Clause

Sub Select and IN Clause With Linq

I have yet to find a good way to represent an IN clause in Linq, but I found this yesterday and kind of liked it. Mind you, I’ve used this only on two lists, not database involved. Will check what it does on the database call later. Anyhow, I needed a way to check if [...]

1 Comment Continue Reading →