Determines how conflicts on SubmitChanges are handled.
System.Object
System.ValueType
System.Enum
Westwind.BusinessFramework.EntityFramework.ConflictResolutionModes
public sealed enum ConflictResolutionModes : Enum
Enumeration Values
| Member | Description |
|---|
  |
AbortChanges |
Aborts all changes and updates the entities with the values from the database. |
  |
ForceChanges |
Forces all changes to get written. Last one wins strategy |
  |
None |
No Conflict resolution - nothing is done when conflicts occur. You can check Context.ChangeConflicts manually |
Requirements
Namespace: Westwind.BusinessFramework.EntityFramework
Assembly: westwind.businessframework.dll