Click or drag to resize

EntityDataCacheOptions Class

Used in the IEntityDataLoadOptions.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelEntityDataCacheOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class EntityDataCacheOptions

The EntityDataCacheOptions type exposes the following members.

Constructors
  NameDescription
Public methodEntityDataCacheOptions
Top
Properties
  NameDescription
Public propertyIgnoreCache
Should the cache be ignored so that data is always loaded from the DB?
Public propertySkipDataCloning
Should only be set to true if it is certain that the loaded data will not be modified. Can be set to true to save performance. Warning: do not use this setting unless you are sure that you know what you are doing!
Top
Methods
  NameDescription
Public methodAssignFrom
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also