Код: Выделить всё
result = from claims in _context.MedServiceClaims
join codes in _context.Svccodes
on claims.Servcode equals codes.Codeid
where claims.Startdate >= fromDate &&
claims.Startdate
Подробнее здесь: [url]https://stackoverflow.com/questions/78567179/linq-query-group-by-clause-does-not-work-with-mstest-v3-0-4[/url]
Мобильная версия