Click or drag to resize

DataObjectLoadOptionsBuildTree Property

Defines whether the tree structur must be composed during the load of DataObjects BuildTree does not affect the number of objects loaded from the database in the first place, but if there are holes in the tree structure, the missing objects are loaded in a second round. Objects loaded in the secund round are populated with limitted data. These object has the attribute IsMissingParent set to true and does not appear in the DataObjects collection.

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

Property Value

Type: Boolean
See Also