| ITableManagerCreateView Method | 
            Creates specified view in database for given data class.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
 Syntax
Syntaxvoid 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
 See Also
See Also