| DataObjectLoadOptionsSkipReferencePropertyPopulation Property |
Specifies that reference property values must not be populated, i.e. their displayname shall not be loaded.
Can be used to save performance when many objects are loaded and
where the display name of reference property values are not used.
Population of reference property values also involves checking and removing any that are for invalid objects.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool SkipReferencePropertyPopulation { get; set; }
Property Value
Type:
Boolean
See Also