gpt4 book ai didi

entity-framework - ObjectContext.Refresh()?

转载 作者:行者123 更新时间:2023-12-03 21:20:32 26 4
gpt4 key购买 nike

如何更新数据存储中的所有脏实体,并将其更改的值重置为原始存储值?

方法ObjectContext.Refresh需要将要刷新的实体作为参数。

最佳答案

以下通常有效:

Context.Refresh(RefreshMode.StoreWins, _
Context.ObjectStateManager.GetObjectStateEntries())

它有时会导致 EntityRelations 出现问题。查看我的评论以获取更多详细信息。

关于entity-framework - ObjectContext.Refresh()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1746941/

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