Search code examples
c#vb.netentity-framework-4edmxedmx-designer

How do I find a specific table in my EDMX model quickly?


I was wondering if anyone knows a quicker way to find a table in the EDMX model than just scrolling through the diagram and looking for the thing. Our database has around 50 tables in it and when I'm looking for a specific one it's just a chore to see where VS put the thing.

I'm using VS 2010 for the purpose of this question.

Thank you in advance.


Solution

  • Click in an open area of the designer:

    enter image description here

    Go to the Properties tab:

    enter image description here

    In the dropdown box at the top, select your table. You should then see it highlighted in the designer.

    enter image description here