0

I created a database by using Entity Framework Core Code First. Now I can view all my tables in my SQL Server Objekt Explorer which kind of looks like this:

enter image description here

Now I would like to create a Relational Model in Visual Studio so I can see all my relationships between my tables. But I can't figure it out how to do it. Is there a way Visual Studio can create a Model with my existing tables or do I need a Relational Database Management System?

I want my Model to look like this:

enter image description here

Joe Jonsman
  • 103
  • 1
  • 6
  • I don't think you can. You used to be able to do it but, in newer versions of Visual Studio, it has been removed! There are some paid 3rd party extensions that enable this though. – Rob Anthony Oct 14 '17 at 09:42
  • https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerTools – Ken Tucker Oct 14 '17 at 12:15

0 Answers0