Tagged Questions
The dmbl tag has no wiki summary.
2
votes
1answer
441 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 ...
1
vote
1answer
284 views
How to undo Visual Studio's obsession with recreating the .designer.cs file of my DBML?
This is driving me nuts. I think it is because of some connection string mismatching across the app (using MVC) but Visual Studio constantly takes my .designer.cs file and recreates it adding a '1' at ...
0
votes
1answer
242 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). ...