ef實現一次查詢多個聚合函數的字段 想用ef來寫一個統計字段的語句,如下所示 發現似乎實現不了,ef只能 dbContext.Table.Sum(e=>e.price);dbContext.Table.Sum(e= ...