Click or drag to resize
AbstractSqlGeneratorGetTreeJoinedView Method
Generates the Tree_Joined indexed view query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected static string GetTreeJoinedView(
	out string indexes
)

Parameters

indexes
Type: SystemString
Returns extra code for the initialization of the view

Return Value

Type: String
See Also