Gets or sets the list of entities that were added during synchronization.
- Namespace
- DbSyncKit
.Core .DataContract - Containing Type
- Result
<T> - Property Type
- List
<T>
Syntax
public List<T> Added { get; set; }Remarks
Entities in this list are present in the source but not in the destination.
Value
| Type | Description |
|---|---|
| List |