Gets entities that have been removed from this collection but whose deletion has not yet been saved to the database.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ReadOnlyCollection<TEntity> Deleted { get; }
Visual Basic (Declaration)
Public ReadOnly Property Deleted As ReadOnlyCollection(Of TEntity)

See Also