I am using LINQ Entity framework. I have a SQL table and I want to get all the items in the table that have an ID that exist in a List
Is this possible with LINQ?
|
I am using LINQ Entity framework. I have a SQL table and I want to get all the items in the table that have an ID that exist in a List Is this possible with LINQ? |
|||
|
|
|
Yes, it is possible.
|
|||||||
|
|
You can do this with
|
|||
|
|