实体框架更改数据库类型而不重新编译SqlCompact

发布于 2024-12-25 17:23:13 字数 264 浏览 2 评论 0原文

我想更改实体框架连接的数据库。 在相同的数据库类型中,一切正常,我只需要更改连接字符串。

但是,当在 SqlCompact 和 SqlServer 之间进行更改时,这将不起作用,因为架构文件存在差异。

目前,我有一个包含 EDMX 文件的项目,一个包含 DbContext 和 DBSet(包括生成的实体)的项目,以及多个使用 DBContext 和 DbSet 连接到数据库的程序集。

使数据库(以及包括模式的 dbType)可互换而无需重新编译的最佳方法是什么?

I want to change the Database on which the entity Framework connects.
Within the same database type, everything works fine and i only have to change the connectionstring.

But when changing between SqlCompact and SqlServer this won't work because there are differences in the Schema files.

Currently I've one Project with the EDMX Files, One with the DbContext and DBSet (including the generated entitied) and multiple assemblies which are using the DBContext and DbSet to connect to the databases.

What is the best way to make the database (and also dbType including Schemas) interchangeable without needing a recompile ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文