码迷,mamicode.com
首页 > 数据库 > 详细

根据已有MySQL数据库库反向生成实体类

时间:2015-08-17 18:48:11      阅读:379      评论:0      收藏:0      [点我收藏+]

标签:

最近在维护一个网站,打算进行一些改进,使用Entity Framework来进行数据库操作。

网站的数据库已经有了,但是又一百多张表,手动去写实体类有些麻烦,打算用一些现成工具来做。

首先可以考虑用EntityFramework Reverse POCO Code First Generator

技术分享

其次也可以用Entity Framework Power Tools,下载地址

https://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d/

安装完成后右键点击你的项目名,在弹出菜单中选择Entity Framework –> Reverse Engineering Code First 。

技术分享

选择相应的数据库连接

技术分享

但在实际操作时,我在更改数据源窗口里始终都找不到MySQL Database,本地已经安装了mysql-connector-net-6.8.4。经网上查询得知:

However, if you do want the latest connector you have to download another product. From the oracle website:

Starting with version 6.7, Connector/Net will no longer include the MySQL for Visual Studio integration. That functionality is now available in a separate product called MySQL for Visual Studio available using the MySQL Installer for Windows (see http://dev.mysql.com/tech-resources/articles/mysql-installer-for-windows.html).

还需要去MySQL的网站上下载MySQL for Visual Studio的插件

http://dev.mysql.com/downloads/windows/visualstudio/

根据已有MySQL数据库库反向生成实体类

标签:

原文地址:http://www.cnblogs.com/fengjunkuan/p/4737150.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!