Click or drag to resize
AbstractSqlGeneratorGetSystemViewSqlQuery Method
View name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual 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

Implements

ISqlGeneratorGetSystemViewSqlQuery(String, String)
See Also