Find (search for) table in DBML designer quickly?

喜欢而已 提交于 2019-12-18 10:58:15

问题


We have a design with 150+ tables and in the .dbml layout has lines everywhere and it's hard to find individual tables.

Is there a way to search in the dbml layout instead of scrolling around trying to locate a table (Ctrl+F don't work), Running Visual Studio 2010 Ultimate?


回答1:


One thing you can do is go to the Properties window (while you have your DBML file open), and select the class generated for the table you're interested in from the dropdown list at the top of the Properties window.

Doing so should focus the DBML file visual designer on that table corresponding to that class. Doesn't work always, but it's quite helpful when it does work!



来源:https://stackoverflow.com/questions/4920014/find-search-for-table-in-dbml-designer-quickly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!