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
SyncConflict Overloaded. Initializes a new instance of the SyncConflict class.

Top

Public Properties

  Name Description
Bb726300.pubproperty(en-US,SQL.90).gif ClientChange Gets or sets the DataTable object that contains the conflicting rows from the client database.
Bb726300.pubproperty(en-US,SQL.90).gif ConflictType Gets or sets the ConflictType enumeration value that represents the type of synchronization conflict.
Bb726300.pubproperty(en-US,SQL.90).gif ErrorMessage Gets or sets the error message if ConflictType is set to ErrorsOccurred.
Bb726300.pubproperty(en-US,SQL.90).gif ServerChange Gets or sets the DataTable object that contains the conflicting rows from the server database.
Bb726300.pubproperty(en-US,SQL.90).gif 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
Bb726300.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb726300.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb726300.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb726300.pubmethod(en-US,SQL.90).gif Bb726300.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb726300.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb726300.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb726300.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncConflict Class
Microsoft.Synchronization.Data Namespace