标签: asp.net-mvc linq
SELECT OrderID, SUM(Amount) AS Amount FROM CustomerOrders GROUP BY OrderID WITH ROLLUP
如何将上述sql转换为linq?