会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Arainzhe
博客园
首页
新随笔
联系
订阅
管理
2018年7月21日
Linq中Take与Skip的使用
摘要: eg:现要求查询出class_id为2的班级中年龄最大的3个学生的姓名 使用SQL语句查询时,代码如下所示。 select top 3 student_name from tb_Student where class_id=2 order by student_age 在Linq中使用Take()方
阅读全文
posted @ 2018-07-21 18:09 Arainzhe
阅读(351)
评论(0)
推荐(0)
编辑
公告