Linq to SQL in and not in

Posted by pranay_stacker on Stack Overflow See other posts from Stack Overflow or by pranay_stacker
Published on 2010-06-15T17:51:28Z Indexed on 2010/06/15 18:12 UTC
Read the original article Hit count: 203

Filed under:
|
|

what is in and not in equals in Linq to sql ?

fore example

select * from table in ( ...)
and 
select * from table not in (..)

what is equal to above statement in Linq to sql ?

© Stack Overflow or respective owner

Related posts about beginner

Related posts about LINQ