Search Results

0
votes
1answer
182 views

linq to sql @identity foreign key insertonsubmit

Hi, I thought you could do this with linq, but it always throws a foreign key error and the ContactType.id is 0. Is it necessary to call SubmitChanges after inserting the new ContactType, or am I m …
1
vote

linq to sql @identity foreign key insertonsubmit

Answered by lucas in this question …