SyncConflict Members

Represents a synchronization conflict at the row level.

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

Public Constructors

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

Top

Public Properties

  Name Description
Public property ClientChange Gets or sets the DataTable object that contains the conflicting rows from the client database.
Public property ConflictType Gets or sets the ConflictType enumeration value that represents the type of synchronization conflict.
Public property ErrorMessage Gets or sets the error message if ConflictType is set to ErrorsOccurred.
Public property ServerChange Gets or sets the DataTable object that contains the conflicting rows from the server database.
Public property SyncStage Gets or sets the SyncStage enumeration value that represents the synchronization stage during which the conflict occurred.

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

SyncConflict Class
Microsoft.Synchronization.Data Namespace