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
4
Answers
i want to convert sql query to linq to sql
suraj kumar ghosi
9y
586
1
Reply
i want convert below query sql to linq to sql
select max(id),nleadpk from `schedule` where nleadpk > 0 &&(nleadpk ==1 || nleadpk == 2) group by nleadpk
please hlep on this . thanks in advance
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
How find the Overlapping dates & time using linq
sum values in datatable using linq based on conditions