Click or drag to resize
AbstractTableManagerAlterView Method
Alters specified view in database

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

Parameters

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

Implements

ITableManagerAlterView(String, String, Boolean, String)
See Also