0

I'm making support to an app developed in ASP.NET. Now we are finishing some views, but is there a problem with a model, and there is no information about the relations or others. Is there any way to show the relations of it? Thanks a lot!

RooYnnER
  • 23
  • 3
  • that was `edmx` use.. assuming you're on code first, you can use a tools as suggested [in this QA](http://stackoverflow.com/a/18665425/4648586). – Bagus Tesa May 08 '17 at 22:47

1 Answers1

0

you can add edxm file and add your tables to it will make a visual drawing for your table and relations between them

Hasan Elsherbiny
  • 598
  • 2
  • 14
  • 31