AbstractSqlGeneratorGetTreeJoinedBaseView Method |
Generates the Tree_Joined view query joined on the given NodeID column
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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:
StringSee Also