Click or drag to resize

EntityDataLoadInfo Properties

The EntityDataLoadInfo type exposes the following members.

Properties
  NameDescription
Public propertyResultIsFromCache
Is the result fetched from the cache?
Public propertyResultIsFromGeneralCache
Is the returned data fetched from the general entity data cache?
Public propertyResultIsFromIdCache
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.
Top
See Also