- 博客(1)
- 收藏
- 关注
原创 Linq Queryable使用说明
Aggregate遍历表中所有数据,可附加初始值,可指定返回类型 string[] fruits = new string[] { "apple", "banana" }; var longest = fruits.AsQueryable().Aggregate(fruits[0], (cur, next) => next.Length > cur.Length ? next...
2019-06-04 14:29:37
1563
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人