ValueTree
Properties:
Rows
Methods:
Copy
Constructors:
Description:
The object, represented by a tree structure, provides functionality similar to that of a value table, and also provides the ability to add subordinate rows to any row of the tree.
Important! In thick client (ordinary application) transferring values of this type from client to server and back is prohibited.
Availability:
Serializable. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data/core} namespace. XDTO type name: ValueTree.
Example:
ResultTree = New ValueTree; For Each Column In ResultsTable.Columns Do ResultTree.Columns.Add(Column.Name); EndDo; |
See also:
DataAnalysisAssociationRulesResult, method UnloadRules
ValueTreeRow, method Owner