Inheritance: IQueryPlanner
Esempio n. 1
0
 public QueryExpressionPreparer(QueryPlanner planner, QueryExpressionFrom parent, IQueryContext context)
 {
     this.planner = planner;
     this.parent = parent;
     this.context = context;
 }
Esempio n. 2
0
 public QueryExpressionPreparer(QueryPlanner planner, QueryExpressionFrom parent, IRequest context)
 {
     this.planner = planner;
     this.parent  = parent;
     this.context = context;
 }