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