ActionOnUpdateConflict Enum

Definition

Enumerates all actions that can be taken when handling conflicting UPDATE statements.

public enum class ActionOnUpdateConflict
public enum ActionOnUpdateConflict
type ActionOnUpdateConflict = 
Public Enum ActionOnUpdateConflict
Inheritance
ActionOnUpdateConflict

Fields

AcceptCustomConflictData 3

The conflict is resolved using custom user data provided by the business logic handler. The custom data is then propagated by the replication process.

AcceptDefaultResolution 0

The conflict is resolved using the default resolution rules.

AcceptPublisherData 1

The conflict is resolved by accepting the update from the Publisher as the winning update.

AcceptSubscriberData 2

The conflict is resolved by accepting the update from the Subscriber as the winning update.

Applies to