实体框架更改数据库类型而不重新编译SqlCompact
我想更改实体框架连接的数据库。 在相同的数据库类型中,一切正常,我只需要更改连接字符串。
但是,当在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论