A dependent property in a ReferentialConstraint is mapped to a store-generated column

后端 未结 13 1476
终归单人心
终归单人心 2020-11-27 17:23

I get this error when writing to the database:

A dependent property in a ReferentialConstraint is mapped to a store-generated column. Column: \'Paym

13条回答
  •  执笔经年
    2020-11-27 18:06

    If you have checked your relationships and are good there.

    Delete the table in the edmx and then update from database. This will save you doing the update manually.

提交回复
热议问题