EF代码首次迁移 [英] EF code first migration

查看:87
本文介绍了EF代码首次迁移的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,

我是使用c#Entity Framework Code First开发的项目,但如果有数据库更改需要使用源代码更新客户数据库。

是吗可以使用exe文件实现Entity Framework Code First Migration附件吗?

谢谢。



我尝试了什么:



更新数据库

Dear all,
I was developed project using c# Entity Framework Code First,But if it has database changes need to update customer database using source code.
Is it possible to Entity Framework Code First Migration attache with exe file?
thanks.

What I have tried:

update database

推荐答案

你好,



如果模型发生变化,您可以使用名为Code First Migrations的功能更新数据库。



遵循以下教程:

< a href =https://msdn.microsoft.com/en-us/data/jj554735.aspx>实体框架自动代码优先迁移 [ ^ ]

实体框架代码优先迁移 [ ^ ]

基于代码的迁移 [ ^ ]



干杯,

JoséAmílcarCasimiro
Hello,

You can update the database if the model changes, using a feature called Code First Migrations.

Follow this tutorials:
Entity Framework Automatic Code First Migrations[^]
Entity Framework Code First Migrations[^]
Code-based Migration[^]

Cheers,
José Amílcar Casimiro


这篇关于EF代码首次迁移的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆