EntityDataLoadInfo Class |
Namespace: Omada.OE.Model
public class EntityDataLoadInfo
The EntityDataLoadInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | EntityDataLoadInfo |
Name | Description | |
---|---|---|
![]() | ResultIsFromCache |
Is the result fetched from the cache?
|
![]() | ResultIsFromGeneralCache |
Is the returned data fetched from the general entity data cache?
|
![]() | ResultIsFromIdCache |
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.
|
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.) |