29 Expression = expression;
40 var t = Child.Evaluate(context);
41 return t.Select(context, Expression);
45 data.
SetValue(
"Expression", Expression);
Defines the contract to access the data contained into a table of a database.
SimplePatternSelectNode(IQueryPlanNode child, SqlExpression expression)
A IQueryPlanNode with a single child.
SimplePatternSelectNode(ObjectData data)
void SetValue(string key, Type type, object value)
A node element of a query plan tree. /summary>
override void GetData(SerializeData data)
override ITable Evaluate(IRequest context)
object GetValue(string key)
Defines the base class for instances that represent SQL expression tree nodes.