Provides options for enabling or disabling potentially breaking changes.

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

Syntax

C#
[FlagsAttribute]
public enum LightSpeedCompatibilityOptions
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration LightSpeedCompatibilityOptions

Members

Member nameDescription
None
Represents no flags set.
ClearDeletedEntitiesOnSave
If set, deleted entities are removed from the unit of work after the deletion has been saved. If unset (the default), deleted entities remain in the unit of work.

See Also