AbstractTableManagerAlterView Method |
Alters specified view in database
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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