Mukesh Kumar Tiwari

Mukesh Kumar Tiwari

  • NA
  • 980
  • 244.1k

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

Jan 24 2015 4:28 AM
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)