Inheritance: IQueryPlanNode
Esempio n. 1
0
 protected virtual IQueryPlanNode VisitSingleRowTable(SingleRowTableNode node)
 {
     return(new SingleRowTableNode());
 }
Esempio n. 2
0
 protected virtual IQueryPlanNode VisitSingleRowTable(SingleRowTableNode node)
 {
     return new SingleRowTableNode();
 }