David Smith

David Smith

  • NA
  • 1.9k
  • 0

Linq Help

Nov 15 2012 9:46 AM
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"));


Answers (9)