Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将以下查询转换为 Linq 查询——
SELECT ID FROM Table1 INNER JOIN Table2 ON Table1.ID IN (SELECT ID FROM @Temp)