摘要:
1.查询 1)Controllers /// /// 数据上下文对象 /// OumindBlogEntities db = new OumindBlogEntities(); #region 查询文章列表 /// /// 查询文章列表 /// /// public ActionResult Index() { //linq List list = (from d in db.BlogArticles w... 阅读全文
posted @ 2014-02-20 23:02
摩天轮的幸福
阅读(3794)
评论(1)
推荐(1)