gpt4 book ai didi

asp.net-mvc - “对象”不包含 'State'的定义

转载 作者:行者123 更新时间:2023-12-03 08:48:22 25 4
gpt4 key购买 nike

我在项目中遇到此错误:

Error CS1061 'object' does not contain a definition for 'State' and no extension method 'State' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)



此错误导致 更新删除查询失败。由于以下几行:
db.Entry(entity).State = System.Data.Entity.EntityState.Deleted;
db.Entry(entity).State = System.Data.Entity.EntityState.Modified;

我想,特定的库或引用已清除。
你能指导我吗?

最佳答案

您可以尝试使用db.SaveChanges()来更新实体,并使用.Remove(entity)来删除实体。

关于asp.net-mvc - “对象”不包含 'State'的定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47962289/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com