How to write a "Not In" sql query in Linq?

Posted by VJ on Stack Overflow See other posts from Stack Overflow or by VJ
Published on 2010-05-13T20:01:48Z Indexed on 2010/05/13 20:04 UTC
Read the original article Hit count: 111

Filed under:
|

Hi, I want to write a query like select * from Dept where Id not in (Select Id in Employee where Salary>100) in LINQ .

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about LINQ