Click or drag to resize
ITableManagerAlterView Method
Creates specified view in database for given data class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
void AlterView(
	string viewName,
	string selectExpression,
	bool indexed,
	string schema
)

Parameters

viewName
Type: SystemString
View name to create
selectExpression
Type: SystemString
Select expression for the view
indexed
Type: SystemBoolean
If true, the view is indexed (schema bound)
schema
Type: SystemString
Database schema
See Also