'No generic method 'GroupBy' on type 'System.Linq.Queryable' is compatible with the supplied type arguments and arguments

前端 未结 0 1315
暗喜
暗喜 2021-02-14 05:37

I\'m trying to dynamically use reflection to do a GroupBy after a SelectMany:

var origType = typeof(CustomerCases);     
var parameter = Expression.Parameter(orig         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题