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, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IController Interface
IController Members