Click or drag to resize
AbstractTableManagerCreateView Method
Creates specified view in database

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

Implements

ITableManagerCreateView(String, String, Boolean, String)
See Also