行业信息化和大数据分析
技术创造价值,服务成就未来 QQ:22539134 Email:22539134@qq.com 网址:http://www.itgongchengshi.com
1、条件查询
_dbContext.TBEntity.Where(p=>p.ID=ID)
2、排序
升序 _dbContext.TBEntity.Where(p=>p.ID=ID).OrderBy(p=>p.ID)
降序 _dbContext.TBEntity.Where(p=>p.ID=ID).OrderByDescending(p=>p.ID)
posted on 2013-09-05 09:06 张银国 阅读(302) 评论(0) 收藏 举报
刷新页面返回顶部
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。