Tagged Questions
3
votes
1answer
311 views
Why does DataContext.SubmitChanges() Exist?
I'm not sure if this goes here or on Stack Overflow, but I figure someone here might know it.
Why did the developers of LINQ decide that not only do you need
ctx.InsertOnSubmit(item);
but you also ...