Tagged Questions
2
votes
1answer
462 views
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 ...
0
votes
1answer
244 views
Refreshing LinQ2SQL Model in Designer without losing all Properties
so I'm using LinQ2SQL quite heavily in my current application, and although I have most stuff in partial classes, some things have to be adjusted in the VS Designer (like Accessors for fields I wrap). ...