2
Answers

how to get the data in lambda expwhere user id not in(1,2,3)

hi frnds
 
in sql we get the record using query like below.
select * from [User] where UserID not in(1,2,3).
The same thing i want to do using lambda expression.
i m using EF and lambda expression.
can u help me out pls.???
Answers (2)