c# - Refresh EF context after synchronize with SyncFramework -
c# - Refresh EF context after synchronize with SyncFramework -
i'm developing wpf application ef6 , syncframework 2.1 synchronize info , sqlserver. don't know if practice or how should refresh ef context after download sync finished...
i don't know info has been synchronized, so.. should refresh context?
you can subscribe changes applied event , can access changes has been synched. or refresh entire context rather looping thru each alter , refreshing.
c# wpf entity-framework microsoft-sync-framework
Comments
Post a Comment