Click or drag to resize
AbstractTableManager.DropView Method
Drop specified view from database. Returns the schema of the dropped view

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public virtual string DropView(
	string viewName
)

Parameters

viewName
Type: System.String
View name to drop

Return Value

Type: String

Implements

ITableManager.DropView(String)
See Also