44             ITable childTable = Child.Evaluate(context);
 
   45             context.
Query.CacheTable(MarkName, childTable);
 
   49         public string MarkName { 
get; 
private set; }
 
Defines the contract to access the data contained into a table of a database. 
override void GetData(SerializeData data)
A IQueryPlanNode with a single child. 
void SetValue(string key, Type type, object value)
A node element of a query plan tree. /summary> 
A marker node that takes the result of a child and marks it as a name that can later be retrieved...
MarkerNode(IQueryPlanNode child, string markName)
override ITable Evaluate(IRequest context)
string GetString(string key)
MarkerNode(ObjectData data)