I am trying to do record inserts on a table where the Primary Key is an Identity
field.
I have tried calling
mycontext.ExecuteCommand("S
I had the same error message. And I resolve it by changing the properties of the Primary key in the table.
MyTable.MyId int IDENTITY(1,1) NOT NULL
The property settings MyId (in the dbml)