Tagged Questions
0
votes
1answer
838 views
how to translate the SQL code “having” condition into LinqToSQL or LinqToEntites?
Could you tell me how to translate the following SQL code to Linq To SQL or Linq To Entites?
The correst SQL code is:
select CollectId,url,userid,pubtime
from Collect group by
...