Tagged Questions

0
votes
1answer
16 views

LINQ to SQL DBML Semantic Model

I'm planning to write an tool which would import dbml file and spit out an MDL file for migration purposes and such. To do this, I obviously have to read this dbml file into some k …
1
vote
2answers
117 views

When I make a database change, how do I know what needs to be removed and readded to the LinqToSql O/R Designer in Visual Studio?

For example, I alter a column in a table to be not null from null. I need to then delete and readd the table. That part is pretty clear. What about views, functions, and stored …
0
votes
1answer
20 views

Performance of storing DBML generated objects as a LIST<X> in Session

I'm creating an app that will have a fair amount of users. Everytime someone views a page or performs an activity I will be writing to a log. While I'm concerned about the perfor …
0
votes
1answer
15 views

Linq DBML Mapping a Table With A Primary Key That Spans 2 Columns

I have three tables: Login, LoginRoles and Roles. Login joins to LoginRoles and LoginRoles joins to Roles. LoginRoles is a many-to-many table, and I want to constrain the column …
0
votes
0answers
6 views

Linq2Sql FROM XSD

I have a scenario where I define the XSD first, then generate the cs files from these XSD (using xsd.exe). I need to take this 2 steps furthur by generating the dbml from these and …
0
votes
1answer
11 views

How to read Dbml file and map it into an object model in .net?

Im planning to write a code generator to generate UI (forms, grids, etc.). Since i'm using Linq i'm planning to read dbml file for metadata extraction purposes. I wonder if there …
4
votes
2answers
101 views

ASP.Net MVC: Best Practices for dbml files…

This may just be a yes or no type of question but here goes anyway... From all (well most) of the examples that I've seen for using mvc, it appears that method for creating the db …
1
vote
2answers
37 views

Read DBML xml with LINQ to SQL

Hi All, I want to iterate through the tables in a dbml's xml. But i'm struggling to get to the Type elements. How would I do it using LINQ to SQL?
0
votes
4answers
33 views

Generation custom files from dbml file?

Hi, I've been having a look at making changes to the partial classes generated from a DBML file. I was reading into using the sqlmetal.exe tool but it appears that you can't do m …
0
votes
2answers
111 views

350+ errors: The type ‘blah.blah.blah’ already contains a definition??

What the hell does this mean. Is it because I have two different .DBML files that contain the same database table? ... Error 343 The type 'mvc.Models.Bundle' already contains a …
0
votes
1answer
11 views

Property is in intellisense, but still doesn’t compile

I renamed one field in the database and added another. Then I removed the table from the DBML file, and re-added it. The I went to access the renamed property. The field shows up i …
0
votes
1answer
45 views

modifying Linq-to-SQL connection in dbml?

Am I understanding correctly, and the database connection string for Linq to SQL is typically stored in the app.config file, in the connectionStrings section? Are there other plac …
0
votes
2answers
167 views

Mapping a database value to a TimeSpan using dbml

I need to store a time offset in a database column (for example, 12:25 AM, just the time, no date). I would like to use the nice data visual modeling capabilities in Visual Studio …
0
votes
1answer
30 views

DBML removes .Name Attributes??

I have been renaming our model names in our codebase using resharper. I had made some changes some of the modals names within the .dbml file. I noticed that I need to add the name …
4
votes
6answers
2k views

LINQ to SQL: Multiple / Single .dbml per project?

I've read Rick Strahl's article on Linq to SQL DataContext Lifetime Management hoping to find some answers on how I would manage my .dbml files since they are so closely related to …

1 2 3 4 next
15 30 50 per page