摘要: var t = from x in context.NewsLetterItem.ToList() //add .ToList at this place where x.APPId == appid && allowedAddress.Contains(x.mailFrom) orderby int.Parse(x.mailId) descending select x;... 阅读全文
posted @ 2014-02-16 10:39 zyip 阅读(312) 评论(0) 推荐(0) 编辑