Is there a way to create a diagram for localdb?

I created a database using the first approach to the Entity Framework code, and now I am trying to check the relationships of data tables, but, unfortunately, after I lost 2 days, I still could not get any solution.

+4
source share
2 answers

You can try using the Entity Framework Power Tools , which is the add- Visual Studioin that was used to create the data model diagrams shown in these tutorials. The tools can also perform other functions, such as generating table-based entity classes in an existing database so you can use the database with Code First. After installing the tools, some additional parameters are displayed in the context menus. For example, when you right-click your context class in Solution Explorer, you will be able to generate a diagram. When you use Code First, you cannot change the data model in the chart, but you can move things around to make it easier to understand.

+2

. SQL Server Management Studio Express. . . : (SQL Server)

+1

All Articles