Using linq, database doesn't have FK relations to tables
Posted
by mrblah
on Stack Overflow
See other posts from Stack Overflow
or by mrblah
Published on 2009-08-20T20:45:17Z
Indexed on
2010/04/16
21:03 UTC
Read the original article
Hit count: 290
linq-to-sql
Hi,
I have a database that has primary key fields in its tables, but the FK mappings are not in place.
What are the ramifications of this when using linq-to-sql?
© Stack Overflow or respective owner