gpt4 book ai didi

entity-framework - 如何检测 EF 中的字段变化?

转载 作者:行者123 更新时间:2023-12-03 07:24:52 24 4
gpt4 key购买 nike

在 EF4 中,我想知道某些字段是否已更改。我怎样才能做到这一点?

最佳答案

var propertyFooIsModified = 
Context.ObjectStateManager.GetObjectStateEntry(someEntity)
.GetModifiedProperties.Any(p => p == "Foo");

关于entity-framework - 如何检测 EF 中的字段变化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3416329/

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