Contributor
2619 Points
2753 Posts
May 31, 2020 10:17 AM|wavemaster|LINK
I am thinking I shouldn't have to do that since I am using EF 6.4
var results = dbContext.ScheduledSvcVisits .Where(s => s.enteredByProviderId == providerId && (s.visitStatus == "Scheduled" || s.visitStatus== "Invited"));
This gives me everything I need, except when I add groupby and orderby it doesn't work right.
Contributor
2619 Points
2753 Posts
Re: groupby and orderby thenorderby - results not as expected
May 31, 2020 10:17 AM|wavemaster|LINK
I am thinking I shouldn't have to do that since I am using EF 6.4
This gives me everything I need, except when I add groupby and orderby it doesn't work right.