Linq to SQL: Why am I getting IDENTITY_INSERT errors?

前端 未结 7 697
长发绾君心
长发绾君心 2020-12-17 02:49

I\'m using Linq to SQL. I have a DataContext against which I am .SubmitChanges()\'ing. There is an error inserting the identity field:

Cannot insert explicit value for         


        
7条回答
提交回复
热议问题