EntityDataCacheOptions Class | 
Namespace: Omada.OE.Model
public class EntityDataCacheOptions
The EntityDataCacheOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| EntityDataCacheOptions | 
| Name | Description | |
|---|---|---|
| IgnoreCache | 
            Should the cache be ignored so that data is always loaded from the DB?
              | |
| SkipDataCloning | 
            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!
              | 
| Name | Description | |
|---|---|---|
| AssignFrom | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |