Several diagrams for entity data model

I read in the What's New in Entity Framework 5 Beta section:

Now you can create several diagrams for each entity data model. Can anyone help me find out about this feature and any tutorial started about this feature. This means that now we can have multiple edmx files to better manage a large number of objects.

+3
source share
2 answers

This means that a single EDMX file can now contain several diagrams that show different parts of your model displayed in a single EDMX file. A diagram is just a “representation” of the mapping defined in the EDMX file - previously you could only have one view on EDMX, now you can have several.

I do not have VS11 installed on my current machine, but as I recall, you should be able to select objects in your current diagram and move them to a new / different diagram. You should also be able to manage charts and switch between charts from the model browser.

+5
source

In Visual Studio 2012 (formerly known as VS 11), yes, you can create multiple diagrams.
Here is how I did it:

  • , "[1]" (. ).
  • CTRL + , 1, .
  • " "

, , , " (2)" EF5 RC VS2012, .

, , FJF

0

All Articles