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
Members
Member name | Value | Description | |
---|---|---|---|
Disallowed | 0 | Do not allow merging | |
OverwriteChanges | 1 | 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). | |
PreserveChanges | 2 | Preserves (does not overwrite) any existing entities that have been changed (modified, added or deleted). |
See Also