Click or drag to resize

IEntityObjectsLoadOptions Properties

The IEntityObjectsLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
(Inherited from IEntityDataLoadOptions.)
Public propertyEntityDataType
The type of entity data that the options are used to load data of. Must be one of the constants from the EntityDataVersion class.
(Inherited from IEntityDataLoadOptions.)
Public propertyIdList
Ids-to-be-loaded.
Public propertyResultCompletenessState
Representation of whether all data on each object has been loaded. If any options has been specified that excludes parts of the loaded data on each object then it must be reflected in the value. Should contain a value like e.g. "FULL", "NOPROPERTIES".
Public propertyResultInfo
This is not a load option! After having loaded entity data with the load options object this field contains info of e.g. whether the result was fetched from the cache. The information is mainly for unit test purposes.
(Inherited from IEntityDataLoadOptions.)
Public propertySkipCheckForChanges
If true we will return cached objects without checking if they are still current - that is, if they have been modified after they were cached. This can be ok in certain situations where we want to save the cost of determining if the cached objects have been modified.
Public propertyStoredInTableName
Name of the DB table that the objects reside in. The table must have an ID and ChangeTime columns.
Top
See Also