Need to convert SQL query to linq
select top 1 COUNT(Hatch) AS hatchs,Hatch
from TestDemo where Deck='B'
group by Hatch
order by hatchs desc
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jan 11, 2021, 6:33 AM
Amit GuptaPosted Jan 11, 2021, 6:27 AM