Trying to add an orderby statement to my generic repository method and getting the below error. Not sure why as it seems I am able to add a .OrderBy to an IQueryable in other cases. statement to my generi
Trying to add an orderby statement to my generic repository method and getting the below error. Not sure why as it seems I am able to add a .OrderBy to an IQueryable in other cases. statement to my generi