Click or drag to resize

IEntityDataLoadOptions Properties

The IEntityDataLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
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.
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.
Top
See Also