(I believe this is the same problem as this one, but there\'s no answer there, and I think I can express the problem better here...)
I have two Linq-to-SQL classes,
Is the State.GetState(...) function using the same datacontext as MyDataContext.GetTable()?
State.GetState(...)
MyDataContext.GetTable()