54 var t = Child.Evaluate(context);
55 return t.ExhaustiveSelect(context, Expression);
59 data.
SetValue(
"Expression", Expression);
Defines the contract to access the data contained into a table of a database.
A IQueryPlanNode with a single child.
void SetValue(string key, Type type, object value)
ExhaustiveSelectNode(ObjectData data)
A node element of a query plan tree. /summary>
override ITable Evaluate(IRequest context)
The node for performing a exhaustive select operation on the child node.
override void GetData(SerializeData data)
ExhaustiveSelectNode(IQueryPlanNode child, SqlExpression exp)
object GetValue(string key)
Defines the base class for instances that represent SQL expression tree nodes.