Click or drag to resize

EntityDataLoadInfoResultIsFromIdCache Property

Is the returned data fetched from the special id-based cache? The id-based cache is only used when data is loaded with a IEntityObjectsLoadOptions object and if only ids are specified as criteria. The id-based cache is faster than the general cache - especially during a changeset import - as id-data is invalidated in a more granular fashion.

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

Property Value

Type: Boolean
See Also