It's so much easier than programming. Login and vote now.
By mswatcher
via weblogs.asp.net
Submitted: May 12 2008 / 13:13
I recently needed to select a few products from a database where the product ID matched up with a list of IDs. That's easy to do with a normal SQL statement since you can use the "WHERE IN (Value1,Value2)" clause to find what you need. However, I wanted to do it with LINQ in this case.
Add your comment