美文网首页dotnet core.Net Core
.NetCore踩过的坑记录(2):使用EF-orm Core连

.NetCore踩过的坑记录(2):使用EF-orm Core连

作者: 西橙酱 | 来源:发表于2017-03-20 15:55 被阅读170次

    姜还是老的辣

    .netCore使用eform连接mysql数据库的方式

    引入如下两个包

    Paste_Image.png
    特别注意:在目前的情况下
    MySql.Data.EntityFrameworkCore 请务必使用6.10.1-beta版
    
    Paste_Image.png
    老规矩 安装1.0版本
    

    新建一个userContext:DbContext

    Paste_Image.png

    实体对象User类 需要跟数据库的表里的字段一一对应。

    简单的增 查方法如下

    Paste_Image.png
    前方高能
    那么问题来了 坑点在哪?

    坑点我已经帮你们绕开了。

    Paste_Image.png

    特别注意:在目前的情况下
    MySql.Data.EntityFrameworkCore 请务必使用6.10.1-beta版
    只要不用最新版就好。

    相关文章

      网友评论

        本文标题:.NetCore踩过的坑记录(2):使用EF-orm Core连

        本文链接:https://www.haomeiwen.com/subject/ztqinttx.html