Can Not Convert From Expression<Func<T, decimal>> To Func<T, decimal> In Sum Method in Lambda Expression – Asp.net
In the following code when I want to get sum for sumField I'm getting an error(Can Not Convert From Expression<Func<T, decimal>> To Func<T, decimal>) If I remove the Expression from the groupBy and sumField parameters, my problem will be solved,…