Quantcast
Channel: Inherit Problem
Browsing latest articles
Browse All 8 View Live

Inherit Problem

 Understood...Then how do i query only CustomerPersonals ?? i'm asking it because isn't visible on Context

View Article



Inherit Problem

When you describe inheritance in the designer, it is modelled as single-table inheritance meaning there is only one table for the entire heirarchy, composed of all the fields of all the subtypes and a...

View Article

Inherit Problem

Yes. The designer supports you setting properties as they where multiple table inheritence but as youself noticed is that It doesn't work as expected.  You can read more in the docs here:...

View Article

Inherit Problem

Are you sure about it ? i'm asking it because in the dbml diagram it's possible to make multiple inheritence ! tks

View Article

Inherit Problem

Ah, I'm sorry I missintepreted your image. Linq To Sql only supports single table inheritence so what you are trying to do isn't possible. Here is some more information on how to do discriminator...

View Article


Inherit Problem

 It's not an association...it's a inherit....I'm trying to do with no success DataClasses1DataContext blah = newDataClasses1DataContext();DataLoadOptions dlo =...

View Article

Inherit Problem

Associations in LINQ To SQL are Lazy Load by default. To load associations you need to add DataLoadOptions to the datacontext.  Example:  DataLoadOptions options =...

View Article

Inherit Problem

Hello, Here is a gif of a mini project of linq that i did...My question is: where is the inner join on the query ??? am i missing something ???   tks 

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images