随笔分类 - EF
EF基本操作
摘要:直接上代码 using (var db = Context) { using (var TR = db.Database.BeginTransaction()) { try { GoodsImg model = new GoodsImg(); model.CreateTime = DateTime.
阅读全文
摘要:public ActionResult GetCourseList() { var mo = from e in gzhContext.WxCourseList.Select(m=>new { m.Id,m.Title,m.CourseName,m.Coursetype,m.StartTime, m
阅读全文

浙公网安备 33010602011771号