NDepend.API Documentation
DoUpdateQueryObject Method
NDepend.CodeQuery Namespace > IController Interface : DoUpdateQueryObject Method
The old object representing the query.
The new object representing the query.
Update oldQuery object with newQuery object.
Syntax
void DoUpdateQueryObject( 
   IQuery oldQuery,
   IQuery newQuery
)

Parameters

oldQuery
The old object representing the query.
newQuery
The new object representing the query.
Exceptions
ExceptionDescription
Can't perform the query update operation on these arguments.
The exception message contains a plain-english description of the problem.
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