标题:linq union后怎么按时间排序
取消只看楼主
冷血DE虎儿
Rank: 1
等 级:新手上路
帖 子:16
专家分:0
注 册:2011-10-17
结帖率:100%
 问题点数:0 回复次数:0 
linq union后怎么按时间排序
程序代码:
var query1 =
                (from pl in sds.Tables[0].AsEnumerable()
                 where "12" == pl.Field<string>("SysType")
                 select pl).Union
                  (from pl in sds.Tables[0].AsEnumerable()
                   where "22" == pl.Field<string>("SysType")
                   select pl).Union
                   (from pl in sds.Tables[0].AsEnumerable()
                    where "32" == pl.Field<string>("SysType")
                    select pl);
怎么将这个结果集按时间降序排序   其中我数据库里的时间属性名为  UplodDate
    希望高手帮忙解决下  谢谢···
搜索更多相关主题的帖子: where 
2011-12-08 17:28



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-357325-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.354145 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved