Click or drag to resize

EntityDataCacheOptionsIgnoreCache Property

Should the cache be ignored so that data is always loaded from the DB?

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

Property Value

Type: Boolean
See Also