EntityDataLoadInfo Properties |
The EntityDataLoadInfo type exposes the following members.
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.
|