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 | |
---|---|---|
DbSyncConflict | Overloaded. Initializes a new instance of the DbSyncConflict class. |
Top
Public Properties
Name | Description | |
---|---|---|
ErrorMessage | Gets or sets the error message that is returned when DbConflictType is set to ErrorsOccurred. | |
LocalChange | Gets the DataTable object that contains the conflicting rows from the local database. | |
RemoteChange | Gets the DataTable object that contains the conflicting rows from the remote database. | |
Stage | Gets or sets the DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred. | |
Type | Gets or sets the DbConflictType enumeration value that represents the type of synchronization conflict. |
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
See Also
Reference
DbSyncConflict Class
Microsoft.Synchronization.Data Namespace