2014-09-10 132 views

回答

2

這就是SelectMany方法是什麼:

yourQueryable.SelectMany(x => x); 
1

MyIQueryable.SelectMany(項目=>項目).AsQueryable()

相關問題