NDepend.API Documentation
DoDeleteQuery Method
NDepend.CodeQuery Namespace > IController Interface : DoDeleteQuery Method
The query to delete.
Do delete queryToDelete.
Syntax
void DoDeleteQuery( 
   IQuery queryToDelete
)

Parameters

queryToDelete
The query to delete.
Exceptions
ExceptionDescription
Can't perform the deletion operation on these arguments.
Please check queryToDelete with the method CanDeleteQuery before calling this method.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IController Interface
IController Members