[]
        
(Showing Draft Content)

C1.DataEngine.QueryFactory.Delete

Delete Method

Delete(Workspace, string)

Deletes a C1DataEngine query and any dependencies created by this module.

Declaration
public static void Delete(Workspace workspace, string name)
Parameters
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.

Remarks

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.