佛山软件定制

2009年8月14日

Linq之select不能返回其类型的解决方案

摘要: public IEnumerable<ChildCate> GetChildCates() { var dc=new Models.DbContext(); var s = from t in dc.GetTable<ChildCate>() where t.ParentID == ID orderby t.ID descending select new { t.Tag... 阅读全文

posted @ 2009-08-14 18:01 New.min 阅读(559) 评论(0) 推荐(0) 编辑

导航