Entity Framework code first for Oracle

人走茶凉 提交于 2019-12-05 18:20:09

问题


Is there any possibility of using EF Code First for Oracle DB.

Even though the DB generation is absent is there a way to the use the EF fluent API with Oracle DB.


回答1:


Yes, actually we are using right now in a new project, but we had a lot of problems, some of them are not fixed yet.

Take a look at this:

Oracle ODP.Net and EF CodeFirst - edm.decimal error

and this:

Oracle ODP.Net and EF CodeFirst - SaveChanges Error



来源:https://stackoverflow.com/questions/9871879/entity-framework-code-first-for-oracle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!