2016年7月4日
摘要: 正序排序: List<DataQuestionEntity> dqels = 获取数据; var sorteddeqls = (from a in dqels orderby a.PDate select a).ToList(); 倒序排序: List<DataQuestionEntity> dqe 阅读全文
posted @ 2016-07-04 14:22 FIGHTING360 阅读(765) 评论(0) 推荐(0) 编辑