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: 213
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