visual-studiolinq-to-sqldbml

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?


Solution

  • 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