摘要: DbContext基类 public class SchoolContext:DbContext { public SchoolContext() : base("school") { }//连接字符串 public virtual DbSet<School> School { get; set; 阅读全文
posted @ 2020-02-17 17:02 Chen0110 阅读(182) 评论(0) 推荐(0) 编辑