Method Build
Build(IQueryNode)
Builds some kind of object from a query tree. Each node in the query tree is built using an specific builder associated to it.
Declaration
public virtual TQuery Build(IQueryNode queryNode)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | queryNode | the query tree root node |
Returns
Type | Description |
---|---|
TQuery | the built object |
Implements
Exceptions
Type | Condition |
---|---|
QueryNodeException | if some node builder throws a QueryNodeException or if there is a node which had no builder associated to it |