quick question here guys.
I'm working with an older database, which had no relationships adn am now trying to make it as consistent as possible.
the code that I'm porting had some quirks which led to some situations where I cannot enforce the relationship (PK <-> FK). I was wondering if this enforced relationship is a requirement for Linq to SQL?
thx for the help :)
as I commented on one of the possible answers...
the question is much more simple:
does linq allow the fetching of data on relationships on which consistency is no enforced? I'm not talking about adding more props...
this would mean functionality for the values that DO have the correct PK<->FK relationship I think (as I said I haven't tested this, maybe some of you have?). and what would this do for values that don't exist? raise a nullreference?