C# MongoDB group by month and year

前端 未结 0 1840
挽巷
挽巷 2020-12-06 19:23

I can "only" group by month using C# MongoDB

var result = _collection.Aggregate()
            .Match(e => e.Paid == true)
                   


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