[]
Deletes a C1DataEngine query and any dependencies created by this module.
public static void Delete(Workspace workspace, string name)
Type | Name | Description |
---|---|---|
Workspace | workspace | The C1DataEngine Workspace object containing the queries to be deleted. |
string | name | The base name of the query to be deleted. |
When this module creates a named query containing join and/or range elements, one or more internal queries are created, and the named query derives from those. Use this method to delete a named query and all of its dependencies.