PerformanceMethod property: Tree class

Description

This property sets the method to use for select and join statements used to generate SQL with the tree. This property is used with nVision layouts and Query.

The values for this property are:

Value Description

"L"

Suppress Join: Use Literal Values.

"S"

Sub-SELECT Tree Selector.

"J"

Join to Tree Selector.

"D"

User Application Defaults.

If this is a new tree, and you do not set this property, the default value "D" is automatically set.

This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.

This property is read/write.