MergeStrategy Enumeration Breeze.sharp
Strategy to control how Entities are merged into an EntityManager's cache.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public enum MergeStrategy
Members

  Member nameValueDescription
Disallowed0 Do not allow merging
OverwriteChanges1 Overwrites the cached entity with incoming data and uses the EntityState of the incoming entity (will be Unchanged if the incoming entity is from the data source).
PreserveChanges2 Preserves (does not overwrite) any existing entities that have been changed (modified, added or deleted).
See Also

Reference