-
Entity Framework 6 Power Tools Community Edition下载
资源介绍
Useful design-time utilities for EF 6, accessible through the Visual Studio Solution Explorer context menu.
When right-clicking on a file containing a derived DbContext class, the following context menu functions are available:
View Entity Data Model (Read-only)
View Entity Data Model XML
View Entity Data Model DDL SQL
Generate Views
When right-clicking on an Entity Data Model .edmx file, the following context menu function is available:
Generate Views.
If you are looking for Reverse Engineeering tools, I recommend using the EF Reverse POCO Generator Template. You can also use the less advanced "Code First from Database" feature that is included with the standard Visual Studio tooling for EF 6.