开发者

How do I use MySQL in Visual Studio 2010 with EF4? [closed]

开发者 https://www.devze.com 2022-12-16 01:36 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, vi开发者_高级运维sit the help center. Closed 10 years ago.

How do I use MySQL in Visual Studio 2010 with EF4?


As far as I'm aware there is no MySql provider yet for EF4 and it is unlikely there will be one until after it EF4 moves out of Beta. Also it's worth mentioning that it took MySql almost 9 months to develop the initial support for EF1. One of the third party vendors such as DevArt may come to the market sooner. Let's hope so otherwise it could be a long wait.


Have you seen this question? Or do you have a specific problem with MySql and EF4?


I know this is an old question, but I've succeeded in using EF4 with VWD express 2010 using a tool called EdmGen2.

I can't generate nor update the model trough the interface, but I've made a batch script to generate the files for EF4 and I just have to rerun the script when I change anything on my database.

0

精彩评论

暂无评论...
验证码 换一张
取 消