Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to find a table in a DBML file in Visual Studio 2008?

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?

like image 616
joshcomley Avatar asked May 27 '09 15:05

joshcomley


1 Answers

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

like image 88
Eoin Campbell Avatar answered Oct 05 '22 04:10

Eoin Campbell