DEV Community

Discussion on: Using C# LINQ API to perform SQL IN logic at WHERE clause

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

In my opinion, this is a better approach, which doesn't require an additional call to the database and doesn't require to store entities in the memory (which could have terrible results in case of a huge collection).
And of course, it is available in LINQ.