码迷,mamicode.com
首页 > 数据库 > 详细

.net core DBContent访问SQLServer数据库

时间:2018-02-23 13:37:19      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:image   bsp   需要   blank   head   sqlserver   framework   href   width   

原来.net framework访问数据库如下:

技术分享图片

.net core 访问数据库,数据库选用SQLServer:

技术分享图片

根据哈利路亚博客,修改我的数据库。

我采用的是SQLServer,在引用时需要更换包,引用   Microsoft.EntityFrameworkCore.SqlServer.Design和Microsoft.EntityFrameworkCore.SqlServer。

 更改语句:

options.UseNpgsql(Configuration.GetConnectionString("DefaultConnection")));语句也需要改动,更改为:

options.UseSqlServer(Configuration.GetConnectionString("DefaultConnection")));

以上就是我更改的过程,感谢哈利路亚博客

标签:

原文地址:http://www.cnblogs.com/lanwilliam/p/5666143.html

 

.net core DBContent访问SQLServer数据库

标签:image   bsp   需要   blank   head   sqlserver   framework   href   width   

原文地址:https://www.cnblogs.com/xiaoxiaochengxujia/p/8461310.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!