Gets the ChangeTracker associated with this entity.

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

Syntax

C#
public ChangeTracker ChangeTracker { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChangeTracker As ChangeTracker

Remarks

By default change tracking is disabled. To track changes set the the TrackingMode on this property.

See Also