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

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

Parameters

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