Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to search a dbml diagram?

This is not an issue with a few tables, but when I have a ton of tables on my dbml diagram, I have to pan and zoom to find the table I am looking for. Is there a way to search the dbml diagram so it automatically goes to the table I searched for?

like image 549
Xaisoft Avatar asked Mar 03 '10 15:03

Xaisoft


2 Answers

You can also use the dropdown in the properties pane to list all the objects in the dbml. Selecting one from the list jumps you to that object in the diagram.

Not perfect but at least its in alphabetical order!

like image 76
Dibz Avatar answered Dec 16 '22 19:12

Dibz


If you go to the Designer View you can reach your tables through the usual Method name drop down or searching for the partial classes within the designer.cs. But that's pretty much it.

like image 26
Nicholas Murray Avatar answered Dec 16 '22 19:12

Nicholas Murray