Linq problem with inserting new rows that have references to existing records

后端 未结 4 1773
失恋的感觉
失恋的感觉 2020-12-22 01:06

(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,

4条回答
  •  离开以前
    2020-12-22 01:46

    Is the State.GetState(...) function using the same datacontext as MyDataContext.GetTable()?

提交回复
热议问题