所以这是交易,我已经改变了我的数据库模式,并更改了我的一个表的PK,并删除了与旧PK相关的所有内容(另一个表中的FK引用).
但是,当我使用savechanges()方法插入新实体时,我有这个例外
ex = {“An error occurred while updating the entries. See the inner exception for details.”}
而内在的例外是
InnerException = {“Invalid column name ‘Audit_ID’.”}
Audit_ID是旧的PK.
我试过这个
“Invalid column name” when trying to insert data into database using SQL
这个Invalid column name when trying to add an entity to a database using DbContext
这Invalid column name after mapping