TableManagerDeleteObject Method |
Removes view or stored procedure from database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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