问题描述
您好,
我有一个实体任务,其属性为Progress(int 0..100)。
任务表是由另一个应用程序直接更新(使用其他语言)。
我想进行自动刷新,在我的实体任务中引发notifypropertychanged。
我试图将context.refresh(storewin,object)与后台工作者一起使用,但每次都会引发notifypropertychanged(即使没有属性发生变化=>纯重载)。
我不想在循环中查询,(只有在没有解决方案的情况下)。
有任何建议吗?
谢谢
Hello,
I have an entity Task with a property Progress (int 0..100).
The task table is updated directly by another application (with another language).
I would like to make a auto refresh which raise notifypropertychanged on my entity Task.
I tried to used context.refresh(storewin, object) with a background worker but it raises notifypropertychanged every time (even if no property has changed => pure reload).
And i dont want to query in loop, (only if there''s no solution).
Any suggestion please?
Thanks
推荐答案
这篇关于第三方数据库修改后的实体刷新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!