Click or drag to resize
TableManagerDeleteObject Method
Removes view or stored procedure from database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void DeleteObject(
	string name,
	bool isView
)

Parameters

name
Type: SystemString
Name of the object
isView
Type: SystemBoolean
Indicates if view is deleted
See Also