Share via


PeerDataSyncConflict Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a synchronization conflict at the row level.

The following tables list the members exposed by the PeerDataSyncConflict type.

Public Constructors

  Name Description
Public method PeerDataSyncConflict Overloaded. Initializes a new instance of the PeerDataSyncConflict class.

Top

Public Properties

  Name Description
Public property ErrorMessage Gets or sets the error message that is returned when PeerDataConflictType is set to ErrorsOccurred.
Public property LocalChange Gets the DataTable object that contains the conflicting rows from the local database.
Public property RemoteChange Gets the DataTable object that contains the conflicting rows from the remote database.
Public property Stage Gets or sets the PeerDataSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Public property Type Gets or sets the PeerDataConflictType enumeration value that represents the type of synchronization conflict.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

PeerDataSyncConflict Class
Microsoft.Synchronization.Data.Peer Namespace