本文介绍了找到最好的顶级Shoper的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一些客户显示在表格中
购物数量最多的人用这种方式我找到了他们
I have Some customers Are shown in Table
Those who had the most number of shopping With this way I Found Them
return View(order.OrderByDescending(top=> top.UserID.Count()).Take(10));
现在我想找到任何已购买的人用最高金额赞
Now I Wanna Found Anyone who has purchased With the maximum amount Like
order.Sum(top=> top.Amount).Take(10)
如果你有想法帮我谢谢伙计
If U have Idea Help Me Thank Guys
推荐答案
这篇关于找到最好的顶级Shoper的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!