34 var leftResult = Left.Evaluate(context);
35 var rightResult = Right.Evaluate(context);
37 return leftResult.Union(rightResult);
Defines the contract to access the data contained into a table of a database.
A query to the database to select data from a set of tables and columns.
LogicalUnionNode(ObjectData data)
A node element of a query plan tree. /summary>
override ITable Evaluate(IRequest context)
A IQueryPlanNode implementation that is a branch with two child nodes.
LogicalUnionNode(IQueryPlanNode left, IQueryPlanNode right)