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
9
Answers
Linq Help
David Smith
12y
3.9k
1
Reply
How to write this sql query in Linq below
SELECT tableExample.FilledByID, tableExample.ServiceType
FROM tableExample
GROUP BY tableExample.FilledByID, tableExample.ServiceType
HAVING (((tableExample.ServiceType)<>"ST-Service"));
Post
Reset
Cancel
Answers (
9
)
Next Recommended Forum
C# linq to sql using app.config file
Linq 2 Help