AbstractSqlGenerator GetTreeJoinedBaseView Method Kentico 8.0 API Reference
Generates the Tree_Joined view query joined on the given NodeID column

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

viewName
Type: OnlineSystem String
View name
joinOn
Type: OnlineSystem String
NodeID column to use for JOIN
indexes
Type: OnlineSystem String 
Returns extra code for the initialization of the view

Return Value

Type: OnlineString
See Also