2018年4月3日
摘要: 学习内容:https://www.cnblogs.com/5ishare/p/5801229.html 注意点: 1、NuGet程序包引入ef,使用DbSet<>必须引入ef。本例EFCodeFirstDemo跟EFCodeFirstDataAccess都需要引入EF 2、connectionstr 阅读全文
posted @ 2018-04-03 23:35 anonymous111 阅读(374) 评论(1) 推荐(1) 编辑
摘要: 案例转自https://www.cnblogs.com/stonefeng/p/5679638.html //主体基类 using System;using System.Collections.Generic;using System.Linq;using System.Text;using Sy 阅读全文
posted @ 2018-04-03 21:47 anonymous111 阅读(147) 评论(1) 推荐(0) 编辑