LINQ Double GroupBy and Format Result Into Array

后端 未结 0 842
再見小時候
再見小時候 2020-12-25 13:03

Having the below:

Methods = dbExpenses
                    .SelectMany(e => e.UserExpenses, (expense, ue) => new { expense, ue })
                    .G         


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