ITableManager.CreateView Method |
Creates specified view in database for given data class.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxvoid 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