Click or drag to resize

DataObjectManagerRoot Property

This is the root node in the global tree structure. The root is always the dataobject with id = DataObjectDbId.Root. The root can be null (which is the case if DataObjectLoadOptions.BuildTree = false).

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

Property Value

Type: DataObject
See Also