DbSyncConflict Members

Represents a synchronization conflict at the row level.

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

Public Constructors

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

Top

Public Properties

  Name Description
Public property ErrorMessage Gets or sets the error message that is returned when DbConflictType 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 DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Public property Type Gets or sets the DbConflictType 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

DbSyncConflict Class
Microsoft.Synchronization.Data Namespace