DbResolveAction Enumeration
Specifies the options for resolving any conflicts that occur during synchronization.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
| Member name | Description | |
|---|---|---|
| FireEvent | Raise the ApplyChangeFailed event. | |
| RemoteWins | Overwrite the row at the local peer with the row from the remote peer. | |
| LocalWins | Overwrite the row at the remote peer with the row from the local peer. |
This enumeration is not used in Sync Framework. For information about conflict detection and resolution, see How to: Handle Data Conflicts and Errors for Database Synchronization (SQL Server).
Show: