Click or drag to resize
SqlGeneratorGetSystemViewSqlQuery Method
View name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetSystemViewSqlQuery(
	string viewName,
	out string indexes
)

Parameters

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

Return Value

Type: String
See Also