Click or drag to resize

EventDefinitionLoadOptionsSkipCheckForChanges Property

If true we will return cached objects without checking if they are still current - that is, if they have been modified after they were cached. This can be ok in certain situations where we want to save the cost of determining if the cached objects have been modified.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool SkipCheckForChanges { get; set; }

Property Value

Type: Boolean

Implements

IEntityObjectsLoadOptionsSkipCheckForChanges
See Also