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 | |
---|---|---|
ClientChange | Gets or sets the DataTable object that contains the conflicting rows from the client database. | |
ConflictType | Gets or sets the ConflictType enumeration value that represents the type of synchronization conflict. | |
ErrorMessage | Gets or sets the error message if ConflictType is set to ErrorsOccurred. | |
ServerChange | Gets or sets the DataTable object that contains the conflicting rows from the server database. | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top