Deleted Property
Gets or sets the list of entities that were deleted during synchronization.
Namespace
DbSyncKit.Core.DataContract
Containing Type
Result<T>
Property Type
List<T>

Syntax

public List<T> Deleted { get; set; }

Remarks

Entities in this list are present in the destination but not in the source.

Value

Type Description
List<T>