Click or drag to resize
AbstractSqlGeneratorGetTreeJoinedBaseView Method
Generates the Tree_Joined view query joined on the given NodeID column

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected static string GetTreeJoinedBaseView(
	string viewName,
	string joinOn,
	out string indexes
)

Parameters

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

Return Value

Type: String
See Also