摘要:
using Ruanmou.EF.Model;using System;using System.Collections.Generic;using System.Data.Entity;using System.Data.SqlClient;using System.Linq;using Syst 阅读全文
摘要:
1、在DbContext类所在项目中添加 EntityFramework引用,可使用nuget添加 2、打开程序包管理器控制台(如果看不到程序包管理器控制台,在菜单栏中“其他窗口”中可找到),默认项目要选择你的DbContext类所在项目,然后输入命令,启用数据迁移 enable-migration 阅读全文