0

如何将以下查询转换为 Linq 查询——

SELECT ID FROM Table1 
INNER JOIN Table2 
ON Table1.ID IN (SELECT ID FROM @Temp)
4

0 回答 0