AbstractTableManagerDropView Method |
Drop specified view from database. Returns the schema of the dropped view
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual string DropView(
string viewName
)
Parameters
- viewName
- Type: SystemString
View name to drop
Return Value
Type:
StringImplements
ITableManagerDropView(String)See Also