google-code-export / dataobjectsdotnet

Automatically exported from code.google.com/p/dataobjectsdotnet
0 stars 0 forks source link

Improve DisconnectedState.Merge #858

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. It should property merge the state of EntitySets (see issue 849).

2. It should be capable of merging not just loaded state, but changed state as 
well. 

We should support: MergeMode.MergeChanges option and appending of DS.Operations 
in this mode.

Technically, such merge must be equal to application of modifications in source 
DS to target DS (but w/o actual replaying of operations, since they'll anyway 
be replayed on the client, + users can already do this).

Related: issue 849.

Original issue reported on code.google.com by alex.yakunin on 27 Nov 2010 at 2:18

GoogleCodeExporter commented 9 years ago
Related: issue 859.

Original comment by alex.yakunin on 27 Nov 2010 at 2:29