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

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

Parameters

viewName
Type: SystemString
View name to drop

Return Value

Type: String

Implements

ITableManagerDropView(String)
See Also