Click or drag to resize

IEntityDataLoadOptionsResultInfo Property

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.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
EntityDataLoadInfo ResultInfo { get; set; }

Property Value

Type: EntityDataLoadInfo
See Also