Click or drag to resize

DataObjectLoadOptionsPropertyIds Property

PropertyIds can be used to limit which properties are populated on the loaded data objects. Only loading a subset of properties can have a positive impact on performance. If the list is empty, all properties are populated (unless SkipProperties is true)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList PropertyIds { get; }

Property Value

Type: IntegerList
See Also