18 using System.Collections.Generic;
44 var leftResult = Left.Evaluate(context);
46 return leftResult.NaturalJoin(Right.Evaluate(context));
Defines the contract to access the data contained into a table of a database.
NaturalJoinNode(IQueryPlanNode left, IQueryPlanNode right)
NaturalJoinNode(ObjectData data)
A node element of a query plan tree. /summary>
override ITable Evaluate(IRequest context)
A branch node for naturally joining two tables together.
A IQueryPlanNode implementation that is a branch with two child nodes.