c# - breezejs - how to refresh a sub entity -
how can force breeze refresh sub entity?
my db has been updated other application / site (not breeze). know on javascript level, when happend. dont want refresh hole object / entity sub entities. want update (sub) entity specific attribute (like account -> id === '3'), can needed entity isn't cached locally.
user-entity -- accounts ----account 2 ----account 3 <--- update entity ----......
thanks
not sure understand problem. why not execute query subobjects 'accountid == 3'?. overwrite existing entities in local cache have matching entity keys entities returned query. i.e. refreshing these entities.
perhaps i'm not understanding question.
Comments
Post a Comment