Answer the question
In order to leave comments, you need to log in
How can a SQL statement be relayed?
In trying to relay this SQL statement to LINQ, I'm completely confused
SELECT Project.name AS Project, count(distinct Test.name) AS TEST_COUNT
FROM Project
JOIN Test ON Test.project_id = Project.id
GROUP BY Project.Name
count(distinct Test.name)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question