Method ProcessChildren
ProcessChildren(IQueryNode)
This method is called every time a child is processed.
Declaration
protected virtual void ProcessChildren(IQueryNode queryTree)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | queryTree | the query node child to be processed |
Exceptions
Type | Condition |
---|---|
QueryNodeException | if something goes wrong during the query node processing |