2014-09-10 80 views

回答

2

这就是SelectMany方法是什么:

yourQueryable.SelectMany(x => x); 
1

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

相关问题