Hello I have 2 tables, say A and B. B hold a foreign key from A I need to do an insert into A. The problem I meet is that Linq try to do an insert into B as well, but I just want an insert into B. Is there a way at InsertOnSubmit level or other to tell Linqs: just care A table as if there was no relation between A and B? thanks
Read More...