Click or drag to resize
TableManagerDropView Method
Drop specified view from database.

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

Parameters

viewName
Type: SystemString
View name to drop

Return Value

Type: String
See Also