views:

173

answers:

1

This ones been bugging me for ages.

Back in the olden days when we hunted our own food and used DataSets, you could snap to a particular table in a DataSet by selecting what you want from a drop down list at the top.

If I have a big ol' Linq2Sql DBML file with lots of tables in it, it becomes a nightmare to navigate around. Is there a way to jump to a particular table?

+7  A: 

If you have your "Properties" View turned on, theres a DropDown at the top that you can select your DBML Entities from, and the canvas should snap focus to the particular entity when you select it

Eoin Campbell
Absolutely spankingly brilliant
joshcomley
I agree... this is absolutely wonderful! Been struggling with this for ages!
mallows98
Logged in just to vote this answer up . It was a nightmare for me with a dbml of 150 tables. Thanks.
Azho KG