Identifies mismatches and differences between data contracts.
- Namespace
- DbSyncKit
.Core .Helper - Base Types
-
- object
Syntax
public class DataContractMismatchIdentifierMethods
| Name | Return Value | Summary |
|---|---|---|
| DetermineChangeType |
ChangeType |
Determines the overall change type based on the presence of added, edited, and deleted entities in the synchronization .
|
| GetDifferences |
Result |
Compares two sets of data entities and identifies the added, deleted, and edited entries.
|