Skip to content
Advertisement

How To Convert Linq To Sql?

I want write code for table, I know in SQL Server, but I don’t know Linq or EF.

SQL Server code:

I wrote this code in EF but it does not match the SQL Server results:

Advertisement

Answer

This should be enough:

This leads to Exists, which is in the end about the same as the IN approach. Duplicating rows through join and uniquifing them back through distinct is not always optimized away and you may end up with more overhead than necessary, so I would not prefer that way.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement