Search Results

2
votes

Editing Autogenerated DMBL file for WCF Service

Setting the DBML serialization mode to unidirectional will decorate the classes and a number of the members with the required attributes however it will ignore some of the associations to avoid cir …
2
votes

Autogeneration of a DataContext designer file when using SqlMetal and Visual Studio

The designer.cs file is normally maintained automatically as you make changes to the DBML within Visual Studio. If VS isn't running when you recreate the DBML it may not know. Check that th …
1
vote

Linq to SQL Class - Stored Procedure Signature Change

There is a third-party tool that does this available from http://www.huagati.com/dbmltools/ …
0
votes

How do I use sqlmetal to generate an internal (not public) data context

You could try using my LINQ to SQL template that provides a drop-in replacement for the D …