Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
how to get the data in lambda expwhere user id not in(1,2,3)
Mukesh Kumar Tiwari
9y
811
1
Reply
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.???
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to Traverse up in LINQ-XML?
How to correct this porblem?