Gets or sets the list of entities that were edited during synchronization.
- Namespace
- DbSyncKit
.Core .DataContract - Containing Type
- Result
<T> - Property Type
- List
<T>
Syntax
public List<T> Edited { get; set; }Remarks
The
Edited property contains a list of entities that were edited during synchronization.
Unlike EditedDetailed, it does not provide specific information about updated properties.
Value
| Type | Description |
|---|---|
| List |